COHERENT manpages

This page displays the COHERENT manpage for pause() [Wait for signal].

List of available manpages
Index


pause() -- System Call (libc)

Wait for signal
#include <unistd.h>
int pause()

pause()  suspends  execution  until the  process  receives  a signal.   The
awaited  signal  could  come  from  kill(),  alarm(),  or  the  controlling
terminal.

See Also

alarm(),
kill(),
libc,
signal(),
sleep(),
unistd.h
POSIX Standard, §3.4.2