Home
last modified time | relevance | path

Searched defs:locktype (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libevent/
H A Devthread.c186 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_()
H A Devthread-internal.h80 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
85 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
215 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
218 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
309 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) EVUTIL_NIL_STMT_ argument
310 #define EVTHREAD_FREE_LOCK(lockvar, locktype) EVUTIL_NIL_STMT_ argument
377 #define EVTHREAD_SETUP_GLOBAL_LOCK(lockvar, locktype) \ argument
H A Devthread_pthread.c45 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()
H A Devthread_win32.c51 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()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_threading.py870 locktype = staticmethod(threading.Lock) variable in LockTests
873 locktype = staticmethod(threading.RLock) variable in RLockTests
880 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
Dtest_thread.py225 locktype = thread.allocate_lock variable in LockTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_threading.py1590 locktype = staticmethod(threading.Lock) variable in LockTests
1593 locktype = staticmethod(threading._PyRLock) variable in PyRLockTests
1597 locktype = staticmethod(threading._CRLock) variable in CRLockTests
1604 locktype = staticmethod(threading.Condition) variable in ConditionAsRLockTests
Dtest_thread.py222 locktype = thread.allocate_lock variable in LockTests
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dlocking.py49 def __init__(self, description=None, verbose=True, locktype=LOCKF, argument
241 locktype=LOCKF, world_writable=False, blocking=True, argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py19 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in ModuleLockAsRLockTests
/aosp_15_r20/external/libevent/test/
H A Dregress_bufferevent.c254 static void *trace_lock_alloc(unsigned locktype) in trace_lock_alloc()
264 static void trace_lock_free(void *lock_, unsigned locktype) in trace_lock_free()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A 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()