Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PFM_$ENABLE_FAULTS                Domain/OS                 PFM_$ENABLE_FAULTS


NAME
     pfm_$enable_faults - enable asynchronous faults in a multitasked process

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/pfm.h>

     void pfm_$enable_faults(void)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/pfm.ins.pas';

     procedure pfm_$enable_faults;

SYNOPSIS (Fortran)
     %include '/sys/ins/base.ins.ftn';
     %include '/sys/ins/pfm.ins.ftn';

           call pfm_$enable_faults

DESCRIPTION
     Enables asynchronous faults.  By default, asynchronous faults are
     enabled; they can be disabled by calling pfm_$inhibit_faults.
     pfm_$enable_faults and pfm_$inhibit_faults should be used only by a mul-
     titasked program (one which has more than one thread of execution running
     in the same process).  Programs which are not multitasked should call
     pfm_$inhibit and pfm_$enable instead.

SEE ALSO
     pfm_$enable, pfm_$inhibit, pfm_$inhibit_faults



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