Home
last modified time | relevance | path

Searched defs:locktype (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threading.py671 locktype = staticmethod(threading.Lock) variable in LockTests
674 locktype = staticmethod(threading.RLock) variable in RLockTests
681 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
Dtest_thread.py197 locktype = thread.allocate_lock variable in LockTests