sigpending.2

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2 代码 · 共 44 行

2
44
字号
.\" SCCSID: @(#)sigpending.2	2.3	8/10/87.TH sigpending 2.SH Namesigpending \- examine pending signals.SH Syntax.nf.B #include <signal.h>.PP.B sigpending(\fIset\fP).B sigset_t *\fIset\fP;.SH Description.NXR "sigpending system call".NXR "signal" The.PN sigpendingsystem callstores the set of signals that is blocked from delivery and pending forthe calling process in the space pointed to by the argument.I set..PPThe.I setargument is manipulated by using the .MS sigsetops 3functions..SH Return ValuesA zero (0) return value indicates that the call succeeded.  A \-1 return valueindicates an error occurred, and.I errnois set to indicate the reason..SH Diagnostics.NXR "sigpending system call" "diagnostics"The.PN sigpendingsystem call fails if the following occurs:.TP 15[EFAULT]The.I setargument points to memory that is not a valid part of the processaddress space..SH See Also sigprocmask(3), sigsetops(3)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?