Searched refs:sleep (Results 1 - 20 of 20) sorted by relevance

/sendmail/libsm/
H A Dt-event.c59 sleep(1);
63 sleep(1);
69 sleep(1);
79 sleep(2);
H A Dt-sem.c35 fprintf(stderr, "sleep(%d) before %s\n", t, s);
37 sleep(t);
213 sleep(1);
228 sleep(1);
243 sleep(1);
258 sleep(1);
272 sleep(1);
289 sleep(1);
304 sleep(1);
379 sleep(
[all...]
H A Dt-shm.c71 sleep(1);
176 sleep(1);
188 sleep(1);
193 sleep(2);
252 sleep(1);
H A Dt-memstat.c37 fprintf(stderr, "-s n sleep n seconds per iteration\n");
96 sleep(slp);
H A Dsem.c131 sleep(1);
175 sleep(1);
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/mailstats/
H A Dmailstats.c234 (void) sleep(1);
/sendmail/libmilter/
H A Dlistener.c618 /* XXX sleep() some time before doing this? */
667 ** when sleep() is used:
708 # define MI_SLEEP(s) sleep((s))
/sendmail/libsmutil/
H A Dsafefile.c939 (void) sleep((unsigned) (10 * tries));
/sendmail/sendmail/
H A Dalias.c438 (void) sleep(sleeptime);
H A Dcollect.c339 sleep(319);
H A Ddaemon.c228 ** no: refuse_connections may sleep().
646 (void) sleep(10);
1060 (void) sleep(5);
2706 (void) sleep(DialDelay);
3294 (void) sleep(60);
H A Dsrvrsmtp.c62 # define SRV_NO_PIPE 0x0200 /* disable PIPELINING, sleep if used */
519 /* sleep to flatten out connection load */
539 (void) sleep(1); \
1280 sleep(1);
2614 (void) sleep(BadRcptThrottleDelay);
2631 /* sleep(1); / * slow down? */
2989 (void) sleep(t);
3951 ** waitnow -- sleep now (in this routine)?
3994 /* sleep at least 1 second before returning */
3995 (void) sleep(*pcounte
[all...]
H A Dqueue.c466 (void) sleep(i % 32);
1877 /* Minimum sleep time for persistent queue runners */
2367 sleep(MIN_SLEEP_TIME);
2369 sleep(QueueIntvl > 0 ? QueueIntvl : MIN_SLEEP_TIME);
2371 sleep(WorkGrp[wgrp].wg_lowqintvl);
5408 (void) sleep(1);
5482 (void) sleep(1);
6954 /* only sleep if we are at the first key */
6956 sleep(count);
H A Dconf.c2231 /* sleep to flatten out connection load */
2239 (void) sleep(1);
2300 /* sleep to flatten out connection load */
2309 (void) sleep(1);
6334 /* Limit sleep(2) time in libsm/clock.c */
6496 /* Use select(2) in libsm/clock.c to emulate sleep(2) */
H A Ddeliver.c1088 (void) sleep((unsigned) NFORKTRIES - i);\
4635 sleep(319);
H A Dusersmtp.c2666 (void) sleep(2);
H A Dmap.c2960 sleep(2);
/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
/sendmail/mail.local/
H A Dmail.local.c1488 for (; ; sleep(5))

Completed in 5682 milliseconds