HomeSort by relevance Sort by last modified time
    Searched refs:__wait (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 27 __wait is the lock for which other threads wait
29 A thread intending to acquire both locks should acquire __wait
45 self.__wait = thread.allocate_lock()
53 when it cannot acquire the __wait lock without blocking (it
68 locked = self.__wait.acquire(flag)
98 self.__wait.release()
  /external/python/cpython2/Demo/metaclasses/
Synch.py 27 __wait is the lock for which other threads wait
29 A thread intending to acquire both locks should acquire __wait
45 self.__wait = thread.allocate_lock()
53 when it cannot acquire the __wait lock without blocking (it
68 locked = self.__wait.acquire(flag)
98 self.__wait.release()

Completed in 912 milliseconds