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

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c114 time_t wg_lowqintvl; /* lowest queue interval */ member in struct:workgrp
1953 WorkGrp[wgrp].wg_lowqintvl > 0 &&
2395 if (njobs == 0 && WorkGrp[wgrp].wg_lowqintvl < MIN_SLEEP_TIME)
2397 else if (WorkGrp[wgrp].wg_lowqintvl <= 0)
2400 sleep(WorkGrp[wgrp].wg_lowqintvl);
7856 WorkGrp[0].wg_lowqintvl = Queue[0]->qg_queueintvl;
7947 ** XXX: must wg_lowqintvl be the GCD?
7954 WorkGrp[j].wg_lowqintvl < Queue[h]->qg_queueintvl)
7955 WorkGrp[j].wg_lowqintvl = Queue[h]->qg_queueintvl;
7970 (int) WorkGrp[i].wg_lowqintvl);
[all...]

Completed in 65 milliseconds