HomeSort by relevance Sort by last modified time
    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