Home
last modified time | relevance | path

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

/external/libevent/
Devthread.c150 unsigned locktype; member
159 debug_lock_alloc(unsigned locktype) in debug_lock_alloc()
180 debug_lock_free(void *lock_, unsigned locktype) in debug_lock_free()
315 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) in evthread_setup_global_lock_()
377 _evthreadimpl_lock_alloc(unsigned locktype) in _evthreadimpl_lock_alloc()
383 _evthreadimpl_lock_free(void *lock, unsigned locktype) in _evthreadimpl_lock_free()
Devthread-internal.h75 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
80 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
201 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
204 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
295 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT argument
296 #define EVTHREAD_FREE_LOCK(lockvar, locktype) _EVUTIL_NIL_STMT argument
362 #define EVTHREAD_SETUP_GLOBAL_LOCK(lockvar, locktype) \ argument
Devthread_pthread.c43 evthread_posix_lock_alloc(unsigned locktype) in evthread_posix_lock_alloc()
59 evthread_posix_lock_free(void *_lock, unsigned locktype) in evthread_posix_lock_free()
Devthread_win32.c49 evthread_win32_lock_create(unsigned locktype) in evthread_win32_lock_create()
62 evthread_win32_lock_free(void *_lock, unsigned locktype) in evthread_win32_lock_free()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c3131 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash()