📄 sigsuspe.2
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -