Query: wait
OS: bsd
Section: 3f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WAIT(3F) WAIT(3F)NAMEwait - wait for a process to terminateSYNOPSISinteger function wait (status) integer statusDESCRIPTIONWait causes its caller to be suspended until a signal is received or one of its child processes terminates. If any child has terminated since the last wait, return is immediate; if there are no children, return is immediate with an error code. If the returned value is positive, it is the process ID of the child and status is its termination status (see wait(2)). If the returned value is negative, it is the negation of a system error code.FILES/usr/lib/libU77.aSEE ALSOwait(2), signal(3F), kill(3F), perror(3F) 4.2 Berkeley Distribution May 15, 1985 WAIT(3F)
Related Man Pages |
---|
wait(3c) - sunos |
wait3(2) - bsd |
waitpid(2) - bsd |
wait(2) - v7 |
wait4(2) - opendarwin |