Home
last modified time | relevance | path

Searched defs:locktype (Results 1 – 4 of 4) 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
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c3152 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash()