pfm_$enable(3)
NAME
pfm_$enable − enable asynchronous faults
SYNOPSIS
C Syntax
#include <idl/c/base.h>
#include <ppfm.h>
void pfm_$enable(void)
Pascal Syntax
%include ’/sys/ins/base.ins.pas’;
%include ’/sys/ins/pfm.ins.pas’;
procedure pfm_$enable;
Remarks
To view this manual entry via the man(1) command, use the function name shown above without the “$” character.
DESCRIPTION
pfm_$enable enables asynchronous faults after they have been inhibited by a call to pfm_$inhibit; pfm_$enable causes the operating system to pass asynchronous faults on to the calling process.
While faults are inhibited, the operating system holds at most one asynchronous fault. Consequently, when pfm_$enable returns, there can be at most one fault waiting on the process. If more than one fault was received between calls to pfm_$inhibit and pfm_$enable, the process receives the first asynchronous fault received while faults were inhibited.
SEE ALSO
pfm_$enable_faults(3), pfm_$inhibit(3).
Hewlett-Packard Company — HP-UX Release 8.05: June 1991