Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1094 msg_q_id tmpQ = jq->pageQ; in _job_thread() local
1096 jq->saveQ = tmpQ; in _job_thread()
1099 while (msgQNumMsgs(tmpQ) > 0) { in _job_thread()
1100 msgQReceive(tmpQ, (char *) &page, sizeof(page), NO_WAIT); in _job_thread()