Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c122 time_t wg_lowqintvl; /* lowest queue interval */ member
1991 WorkGrp[wgrp].wg_lowqintvl > 0 &&
2431 if (njobs == 0 && WorkGrp[wgrp].wg_lowqintvl < MIN_SLEEP_TIME)
2433 else if (WorkGrp[wgrp].wg_lowqintvl <= 0)
2436 sleep(WorkGrp[wgrp].wg_lowqintvl);
7919 WorkGrp[0].wg_lowqintvl = Queue[0]->qg_queueintvl; in makeworkgroups()
8017 WorkGrp[j].wg_lowqintvl < Queue[h]->qg_queueintvl) in makeworkgroups()
8018 WorkGrp[j].wg_lowqintvl = Queue[h]->qg_queueintvl; in makeworkgroups()
8033 (int) WorkGrp[i].wg_lowqintvl); in makeworkgroups()