Searched refs:tmpQ (Results 1 – 1 of 1) sorted by relevance
1169 msg_q_id tmpQ = jq->pageQ; in _job_thread() local1171 jq->saveQ = tmpQ; in _job_thread()1174 while (msgQNumMsgs(tmpQ) > 0) { in _job_thread()1175 msgQReceive(tmpQ, (char *) &page, sizeof(page), NO_WAIT); in _job_thread()