pfm_$signal(3)
NAME
pfm_$signal − signal the calling process
SYNOPSIS
C Syntax
#include <idl/c/base.h>
#include <ppfm.h>
void pfm_$signal(status_$t fault_signal)
C Syntax
%include ’/sys/ins/base.ins.pas’;
%include ’/sys/ins/pfm.ins.pas’;
procedure pfm_$signal(in fault_signal: status_$t);
Remarks
To view this manual entry via the man(1) command, use the function name shown above without the “$” character.
DESCRIPTION
pfm_$signal signals the fault specified by fault_signal to the calling process. It is usually called to leave cleanup handlers.
fault_signal
A fault code.
NOTE
This call does not return when successful.
Hewlett-Packard Company — HP-UX Release 8.05: June 1991