Searched defs:locktype (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/test_importlib/ | ||
D | test_locks.py | 16 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in ModuleLockAsRLockTests |
/third_party/python/Lib/test/ | ||
D | test_threading.py | 1560 locktype = staticmethod(threading.Lock) variable in LockTests |
D | test_thread.py | 220 locktype = thread.allocate_lock variable in LockTests |