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