Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pfm_inhibit_faults(3ncs) — Ultrix/UWS 4.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(3ncs)

pfm_enable_faults(3ncs)

pfm_inhibit(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 pfm_$inhibit_faults 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 pfm_$inhibit_faults can result in the loss of some signals. It is good practice to inhibit faults only when absolutely necessary.

Note

This call has no effect on the processing of synchronous faults such as floating-point and overflow exceptions, access violations, and so on. 

Files

/usr/include/idl/c/base.h
/usr/include/idl/base.idl
/usr/include/idl/c/pfm.h

See Also

intro(3ncs), pfm_enable_faults(3ncs), pfm_inhibit(3ncs)

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