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.py19 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in ModuleLockAsRLockTests
/third_party/python/Lib/test/
Dtest_threading.py1590 locktype = staticmethod(threading.Lock) variable in LockTests
1593 locktype = staticmethod(threading._PyRLock) variable in PyRLockTests
1597 locktype = staticmethod(threading._CRLock) variable in CRLockTests
1604 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
Dtest_thread.py222 locktype = thread.allocate_lock variable in LockTests