Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dtest_locks.py16 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in ModuleLockAsRLockTests
/third_party/python/Lib/test/
Dtest_threading.py1560 locktype = staticmethod(threading.Lock) variable in LockTests
1563 locktype = staticmethod(threading._PyRLock) variable in PyRLockTests
1567 locktype = staticmethod(threading._CRLock) variable in CRLockTests
1574 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
Dtest_thread.py220 locktype = thread.allocate_lock variable in LockTests