OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cwait
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py
242
cwait
= thread.allocate_lock()
243
cwait
.acquire()
246
thread.start_new_thread(consumer, (buffer,
cwait
, n))
250
cwait
.acquire()
/external/python/cpython2/Demo/metaclasses/
Synch.py
242
cwait
= thread.allocate_lock()
243
cwait
.acquire()
246
thread.start_new_thread(consumer, (buffer,
cwait
, n))
250
cwait
.acquire()
Completed in 86 milliseconds