📄 pfm_enable_faults.3ncs
字号:
.\" @(#)pfm_enable_faults.3ncs 8.1 of 9/11/90.TH pfm_enable_faults 3ncs.SH Namepfm_enable_faults \- enable asynchronous faults.SH Syntax.nf#include <idl/c/base.h>#include <idl/c/pfm.h>void pfm_$enable_faults().fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/sys/ins/base.ins.pas';\fR.\"\fB%include '/sys/ins/pfm.ins.pas';\fR.\".\"\fBprocedure pfm_$enable_faults;\fR.\".DE.ig.SH Synopsis (fortran).nf\fB%include '/sys/ins/base.ins.ftn'\fR\fB%include '/sys/ins/pfm.ins.ftn'\fR \fBcall pfm_$enable_faults\fR.fi...SH DescriptionThe .PN pfm_$enable_faultsroutine enables asynchronous faultsafter they have been inhibitedby a call to .PN pfm_$inhibit_faults;.PN pfm_$enable_faultscauses the operating systemto pass asynchronous faults on to the calling process..PPWhile faults are inhibited,the operating system holdsat most one asynchronous fault.Consequently,when .PN pfm_$enable_faultsreturns, there can be at most one faultwaiting on the process.If more than one fault was receivedbetween routines to .PN pfm_$inhibit_faultsand .PN pfm_$enable_faults ,the process receives the first asynchronous fault receivedwhile faults were inhibited..NXR "Fault Management" "pfm_enable_faults".SH Diagnostics This section lists the status codes for errors returned by this.PN pfm_$routine..TP 20\fBpfm_$bad_rls_order\fRAttempted to release a clean-up handler out of order..TP 20\fBpfm_$cleanup_not_found\fRThere is no pending clean-up handler..TP 20\fBpfm_$cleanup_set\fRA clean-up handler was established successfully..TP 20\fBpfm_$cleanup_set_signalled\fRAttempted to use \fBpfm_$cleanup_set\fR as a signal..TP 20\fBpfm_$invalid_cleanup_rec\fRPassed an invalid clean-up record to a routine..TP 20\fBpfm_$no_space\fRCannot allocate storage for a clean-up handler..SH Files.PN /usr/include/idl/c/base.h.br.PN /usr/include/idl/base.idl.br.PN /usr/include/idl/c/pfm.h.SH See Alsointro(3ncs), pfm_enable(3ncs), pfm_inhibit_faults(3ncs).\".DM "\.\"path syscalls/pfm/pfm_$enable_faults\.\"type reference\.\"book syscalls\.\"chapter pfm\.\"section pfm_$enable_faults\.\"".\".DD "\.\"enable(ed)(s)(ing) asyn(chronous) fault(s) pfm pfm_$\.\""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -