Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
sigpause(2)
Edit
PageHistory
Diff
Info
LikePages
SIGPAUSE !!!SIGPAUSE NAME SYNOPSIS DESCRIPTION CONFORMING TO SEE ALSO ---- !!NAME sigpause - atomically release blocked signals and wait for interrupt !!SYNOPSIS __#include __ __int sigpause(int__ ''sigmask''__);__ !!DESCRIPTION This interface is made obsolete by sigsuspend(2). __sigpause__ assigns ''sigmask'' to the set of masked signals and then waits for a signal to arrive; on return the set of masked signals is restored. ''sigmask'' is usually 0 to indicate that no signals are to be blocked. __sigpause__ always terminates by being interrupted, returning -1 with ''errno'' set to __EINTR__. !!CONFORMING TO 4.4BSD. The __sigpause__ function call appeared in 4.3BSD and is deprecated. !!SEE ALSO sigsuspend(2), kill(2), sigaction(2), sigprocmask(2), sigblock(2), sigvec(2) ----
One page links to
sigpause(2)
:
Man2s
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.