📄 pfm_rls_cleanup.3ncs
字号:
.\" @(#)pfm_rls_cleanup.3ncs 8.1 of 9/11/90.TH pfm_rls_cleanup 3ncs.SH Namepfm_rls_cleanup \- release clean-up handlers.SH Syntax.nf#include <idl/c/base.h>#include <idl/c/pfm.h>void pfm_$rls_cleanup(\fIcleanup_record, status)\fPpfm_$cleanup_rec *\fIcleanup_record\fP;status_$t *\fIstatus\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS.\"\fB%include '/sys/ins/base.ins.pas';\fR.\"\fB%include '/sys/ins/pfm.ins.pas';\fR.\".\"\fBprocedure pfm_$rls_cleanup(\fR.\" \fBin \fIcleanup_record\fB: pfm_$cleanup_rec;\fR.\" \fBout \fIstatus\fB: status_$t);\fR.\".DE.ig.SH Synopsis (fortran).nf\fB%include '/sys/ins/base.ins.ftn'\fR\fB%include '/sys/ins/pfm.ins.ftn'\fR \fBinteger*4 \fIcleanup_record\fB(16), \fIstatus\fR \fBcall pfm_$rls_cleanup(\fIcleanup_record\fB, \fIstatus\fB)\fR.fi...SH Arguments.TP 20\fIcleanup_record\fRThe clean-up record for the first clean-up handler to release..TP 20\fIstatus\fRThe completion status.If \fIstatus\fR is \fBpfm_$bad_rls_order\fR,it means that the caller attempted to release a clean-up handlerbefore releasing all handlers established after it.This status is only a warning;the intended clean-up handler is released, along with all clean-up handlersestablished after it. If the completion status returned in.PN status\&.allis equal to \fBstatus_$ok\fR, then the routine that supplied it was successful..RE.SH DescriptionThe .PN pfm_$rls_cleanuproutine releases the clean-up handlerassociated with .I cleanup_recordand all clean-up handlers established after it..NXR "Fault Management" "pfm_rls_cleanup".SH Diagnostics This section lists the status codes for errors returned by this .PN pfm_$routine in.PN status\&.all ..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..br.ne 3.TP 20\fBpfm_$invalid_cleanup_rec\fRPassed an invalid clean-up record to a routine..\".DM "\.\"path syscalls/pfm/pfm_$rls_cleanup\.\"type reference\.\"book syscalls\.\"chapter pfm\.\"section pfm_$rls_cleanup\.\"".\".DD "\.\"releas(ed)(s)(ing) clean-up cleanup clean(ed)(s)(ing) up handler(s) fault(s) handle(ed)(s)(ing)\.\"pfm pfm_$\.\"".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)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -