Query: pfm_inhibit_faults
OS: ultrix
Section: 3ncs
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pfm_inhibit_faults(3ncs) pfm_inhibit_faults(3ncs) Name pfm_inhibit_faults - inhibit asynchronous faults Syntax #include <idl/c/base.h> #include <idl/c/pfm.h> void pfm_$inhibit_faults() Description The routine prevents asynchronous faults from being passed to the calling process. While faults are inhibited, the operating system holds at most one asynchronous fault. Consequently, a call to can result in the loss of some signals. It is good practice to inhibit faults only when absolutely necessary. This call has no effect on the processing of synchronous faults such as floating-point and overflow excep- tions, access violations, and so on. Files See Also intro(3ncs), pfm_enable_faults(3ncs), pfm_inhibit(3ncs) pfm_inhibit_faults(3ncs)