Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dwprint_msgq.c126 if (msgq && buffer && ((timeout == WAIT_FOREVER) || (timeout == NO_WAIT))) { in msgQReceive()
127 if (timeout == WAIT_FOREVER) { in msgQReceive()
Dlib_wprint.c792 while (OK == msgQReceive(_msgQ, (char *) &msg, sizeof(msg), WAIT_FOREVER)) { in _job_thread()
990 WAIT_FOREVER)) { in _job_thread()
2002 WAIT_FOREVER) == OK)) { in wprintEndJob()
2011 WAIT_FOREVER) == OK)) { in wprintEndJob()
/packages/services/BuiltInPrintService/jni/include/
Dwprint_msgq.h23 #define WAIT_FOREVER -1 macro
/packages/services/BuiltInPrintService/jni/plugins/
Dplugin_pcl.c117 WAIT_FOREVER) == OK) { in _send_thread()