Query: pfm_init
OS: ultrix
Section: 3ncs
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pfm_init(3ncs) pfm_init(3ncs) Name pfm_init - initialize the PFM package Syntax #include <idl/c/base.h> #include <idl/c/pfm.h> void pfm_$init(flags) unsigned long flags; Arguments flags pfm_init_signal_handlers Currently the only valid flag value. A flag's variable must be set to contain this value or the call will perform no ini- tialization . A call to pfm_init_signal_handlers causes C signals to be intercepted and converted to PFM signals. On ULTRIX and VMS systems, the signals intercepted are SIGINIT, SIGILL, SIGFPE, SIGTERM, SIGHUP, SIGQUIT, SIGTRAP, SIGBUS, SIGSEGV, and SIGSYS. Description The call to establishes a default set of signal handlers for the routine. The call to should be made prior to the application's use of all other runtime RPC routines. This enables the RPC runtime system to catch and report all fault and/or interrupt signals that may occur dur- ing normal operation. Additionally, the user may provide a fault processing clean-up handler for application-specific exit handling. Files See Also intro(3ncs), pfm_cleanup(3ncs) pfm_init(3ncs)
Related Man Pages |
---|
rpc_set_binding(3ncs) - ultrix |
rpc_bind(3ncs) - ultrix |
rpc_inq_binding(3ncs) - ultrix |
rpc_register_object(3ncs) - ultrix |
rrpc_shutdown(3ncs) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |