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

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c1909 #define MIN_SLEEP_TIME 5 macro
2395 if (njobs == 0 && WorkGrp[wgrp].wg_lowqintvl < MIN_SLEEP_TIME)
2396 sleep(MIN_SLEEP_TIME);
2398 sleep(QueueIntvl > 0 ? QueueIntvl : MIN_SLEEP_TIME);

Completed in 88 milliseconds