Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PFM_$RELEASE_FAULT_HANDLER        Domain/OS         PFM_$RELEASE_FAULT_HANDLER


NAME
     pfm_$release_fault_handler - release a fault handler

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

     void pfm_$release_fault_handler(
          pfm_$fh_handle_t &fh_handle,
          status_$t *status)

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

     procedure pfm_$release_fault_handler(
          in fh_handle: pfm_$fh_handle_t;
          out status: status_$t);

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

           integer*4 fh_handle, status

           call pfm_$release_fault_handler(fh_handle, status)

DESCRIPTION
     Pfm_$release_fault_handler releases the fault handler on fh_handle.
     After pfm_$release_fault_handler returns, the function acting as the
     fault handler will no longer be called when the process receives the
     fault signal it was established to handle.

     fh_handle
          A handle on the fault handler to be released.

     status
          The completion status.

NOTES
     Releasing a fault handler established inside another fault handler may
     cause unpredictable results.

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