Searched defs:sleep (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dclock.c482 ** SLEEP -- a version of sleep that works with this stuff
484 ** Because Unix sleep uses the alarm facility, I must reimplement
488 ** intvl -- time to sleep.
509 sleep(intvl) function
544 syslog(LOG_ERR, "sleep: interval=%u exceeds max value %d",
570 syslog(LOG_ERR, "sleep: sm_setevent(%u) failed", intvl);
/sendmail/include/sm/
H A Dconf.h392 # define BROKEN_PTHREAD_SLEEP 1 /* sleep after pthread_create() fails */
700 # define sleep sleepX macro
793 # define sleep sleepX macro

Completed in 31 milliseconds