Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
sleep(3)
Edit
PageHistory
Diff
Info
LikePages
SLEEP !!!SLEEP NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO BUGS SEE ALSO ---- !!NAME sleep - Sleep for the specified number of seconds !!SYNOPSIS __#include __ ''seconds''__); __ !!DESCRIPTION __sleep()__ makes the current process sleep until ''seconds'' seconds have elapsed or a signal arrives which is not ignored. !!RETURN VALUE Zero if the requested time has elapsed, or the number of seconds left to sleep. !!CONFORMING TO POSIX.1 !!BUGS __sleep()__ may be implemented using __SIGALRM__; mixing calls to __alarm()__ and __sleep()__ is a bad idea. Using __longjmp()__ from a signal handler or modifying the handling of __SIGALRM__ while sleeping will cause undefined results. !!SEE ALSO signal(2), alarm(2) ----
6 pages link to
sleep(3)
:
xscreensaver(1)
perlfaq5(1)
Man3s
nanosleep(2)
usleep(3)
alarm(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.