OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAIT_FOREVER
(Results
1 - 4
of
4
) sorted by null
/packages/services/BuiltInPrintService/jni/include/
wprint_msgq.h
23
#define
WAIT_FOREVER
-1
/packages/services/BuiltInPrintService/jni/lib/
wprint_msgq.c
126
if (msgq && buffer && ((timeout ==
WAIT_FOREVER
) || (timeout == NO_WAIT))) {
127
if (timeout ==
WAIT_FOREVER
) {
lib_wprint.c
704
while (OK == msgQReceive(_msgQ, (char *) &msg, sizeof(msg),
WAIT_FOREVER
)) {
919
WAIT_FOREVER
)) {
[
all
...]
/packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c
117
WAIT_FOREVER
) == OK) {
Completed in 700 milliseconds