pfm_$signal(3)
NAME
pfm_$signal − signal the calling process
SYNOPSIS
#include <idl/c/base.h>
#include <ppfm.h>
void pfm_$signal(status_$t fault_signal)
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 10.20: July 1996