OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msgq
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py
32
def __init__(self,
msgq
):
33
self.
msgq
=
msgq
44
self.
msgq
.put(format)
57
self.
msgq
.put(None)
90
msgq
= None
variable in class:App
127
while not self.
msgq
.empty():
128
msg = self.
msgq
.get()
141
if not self.
msgq
:
142
self.
msgq
= Queue.Queue(0)
[
all
...]
/external/curl/docs/examples/
http2-pushinmemory.c
166
int
msgq
= 0;;
local
167
m = curl_multi_info_read(multi, &
msgq
);
http2-serverpush.c
318
int
msgq
= 0;;
local
319
m = curl_multi_info_read(multi_handle, &
msgq
);
/external/python/cpython2/Tools/webchecker/
wsgui.py
32
def __init__(self,
msgq
):
33
self.
msgq
=
msgq
44
self.
msgq
.put(format)
57
self.
msgq
.put(None)
90
msgq
= None
variable in class:App
127
while not self.
msgq
.empty():
128
msg = self.
msgq
.get()
141
if not self.
msgq
:
142
self.
msgq
= Queue.Queue(0
[
all
...]
Completed in 440 milliseconds