Searched refs:wg_lowqintvl (Results 1 – 1 of 1) sorted by relevance
114 time_t wg_lowqintvl; /* lowest queue interval */ member1912 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()