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