sigsuspe.2
来自「Unix操作系统minix 2.0源码」· 2 代码 · 共 37 行
2
37 行
.TH SIGSUSPEND 2.SH NAMEsigsuspend \- suspend until signalled.SH SYNOPSIS.ft B#include <signal.h>int sigsuspend(const sigset_t *\fIset\fP).ft P.SH DESCRIPTION.B Sigsuspend()installs the signal mask referenced by.I setand suspends the process until signalled. The signal is handled, the signalmask is restored to the value it had before the.B sigsuspend()call and call returns..SH "SEE ALSO".BR pause (2),.BR sigaction (2),.BR sigpending (2),.BR sigprocmask (2),.BR sigset (3)..SH DIAGNOSTICS.B Sigsuspend()never returns normally, so it always returns.BR \-1 .The error code is either.B EINTRindicating that a signal has arrived, or.B EFAULTfor a bad.I setaddress..SH AUTHORKees J. Bot (kjb@cs.vu.nl)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?