Home
last modified time | relevance | path

Searched refs:locktype (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dlock_tests.py72 lock = self.locktype()
76 lock = self.locktype()
81 lock = self.locktype()
87 lock = self.locktype()
92 lock = self.locktype()
102 lock = self.locktype()
118 lock = self.locktype()
136 lock = self.locktype()
154 lock = self.locktype()
173 lock = self.locktype()
[all …]
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