Searched defs:locktype (Results 1 – 11 of 11) sorted by relevance
/external/libevent/ |
D | evthread.c | 186 unsigned locktype; member 195 debug_lock_alloc(unsigned locktype) in debug_lock_alloc() 217 debug_lock_free(void *lock_, unsigned locktype) in debug_lock_free() 366 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) in evthread_setup_global_lock_() 429 evthreadimpl_lock_alloc_(unsigned locktype) in evthreadimpl_lock_alloc_() 441 evthreadimpl_lock_free_(void *lock, unsigned locktype) in evthreadimpl_lock_free_()
|
D | evthread-internal.h | 77 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument 82 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument 203 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument 206 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument 297 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) EVUTIL_NIL_STMT_ argument 298 #define EVTHREAD_FREE_LOCK(lockvar, locktype) EVUTIL_NIL_STMT_ argument 364 #define EVTHREAD_SETUP_GLOBAL_LOCK(lockvar, locktype) \ argument
|
D | evthread_pthread.c | 45 evthread_posix_lock_alloc(unsigned locktype) in evthread_posix_lock_alloc() 61 evthread_posix_lock_free(void *lock_, unsigned locktype) in evthread_posix_lock_free()
|
D | evthread_win32.c | 51 evthread_win32_lock_create(unsigned locktype) in evthread_win32_lock_create() 64 evthread_win32_lock_free(void *lock_, unsigned locktype) in evthread_win32_lock_free()
|
/external/python/cpython3/Lib/test/ |
D | test_threading.py | 1140 locktype = staticmethod(threading.Lock) variable in LockTests 1143 locktype = staticmethod(threading._PyRLock) variable in PyRLockTests 1147 locktype = staticmethod(threading._CRLock) variable in CRLockTests 1154 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
|
D | test_thread.py | 222 locktype = thread.allocate_lock variable in LockTests
|
/external/python/cpython2/Lib/test/ |
D | test_threading.py | 870 locktype = staticmethod(threading.Lock) variable in LockTests 873 locktype = staticmethod(threading.RLock) variable in RLockTests 880 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
|
D | test_thread.py | 225 locktype = thread.allocate_lock variable in LockTests
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_locks.py | 15 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in ModuleLockAsRLockTests
|
/external/libevent/test/ |
D | regress_bufferevent.c | 241 static void *trace_lock_alloc(unsigned locktype) in trace_lock_alloc() 251 static void trace_lock_free(void *lock_, unsigned locktype) in trace_lock_free()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 3136 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash()
|