Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dqueue.c114 time_t wg_lowqintvl; /* lowest queue interval */ member
1912 WorkGrp[wgrp].wg_lowqintvl > 0 &&
2353 if (njobs == 0 && WorkGrp[wgrp].wg_lowqintvl < MIN_SLEEP_TIME)
2355 else if (WorkGrp[wgrp].wg_lowqintvl <= 0)
2358 sleep(WorkGrp[wgrp].wg_lowqintvl);
7656 WorkGrp[0].wg_lowqintvl = Queue[0]->qg_queueintvl; in makeworkgroups()
7744 WorkGrp[j].wg_lowqintvl < Queue[h]->qg_queueintvl) in makeworkgroups()
7745 WorkGrp[j].wg_lowqintvl = Queue[h]->qg_queueintvl; in makeworkgroups()