Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pfm_signal(3) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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 9.10: April 1995

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026