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