Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c145 msg_q_id pageQ; member
912 while (OK == msgQReceive(jq->pageQ, (char *) &page, sizeof(page), in _job_thread()
1017 msg_q_id tmpQ = jq->pageQ; in _job_thread()
1018 jq->pageQ = jq->saveQ; in _job_thread()
1843 jq->pageQ = msgQCreate(_MAX_PAGES_PER_JOB, sizeof(_page_t)); in wprintStartJob()
1895 if (jq->pageQ) { in wprintEndJob()
1896 while ((msgQNumMsgs(jq->pageQ) > 0) in wprintEndJob()
1897 && (msgQReceive(jq->pageQ, (char *) &page, sizeof(page), in wprintEndJob()
1900 result |= msgQDelete(jq->pageQ); in wprintEndJob()
1901 jq->pageQ = NULL; in wprintEndJob()
[all …]