Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dqueue.c1884 #define MIN_SLEEP_TIME 5 macro
2372 if (njobs == 0 && WorkGrp[wgrp].wg_lowqintvl < MIN_SLEEP_TIME)
2373 sleep(MIN_SLEEP_TIME);
2375 sleep(QueueIntvl > 0 ? QueueIntvl : MIN_SLEEP_TIME);