Definition in file slp.c.
Go to the source code of this file.
Functions | |
void | slp_handler (int signum) |
unsigned | aup_sleep (unsigned secs) |
void | alarm_handler (int signum) |
int | main (void) |
|
Definition at line 66 of file slp.c. References write(). Referenced by main(). |
|
Definition at line 29 of file slp.c. References alarm(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, EC_FLUSH, ec_neg1, errno, sigaction::sa_handler, set(), sigaction(), sigaddset(), sigdelset(), sigemptyset(), sigprocmask(), sigsuspend(), and slp_handler(). Referenced by main(). |
|
Definition at line 71 of file slp.c. References alarm(), alarm_handler(), aup_sleep(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), pause(), sigaction::sa_handler, sigaction(), and time(). |
|
Definition at line 25 of file slp.c. Referenced by aup_sleep(). |