Searched defs:locktype (Results 1 – 5 of 5) sorted by relevance
/external/libevent/ |
D | evthread.c | 150 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()
|
D | evthread-internal.h | 75 #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
|
D | evthread_pthread.c | 43 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()
|
D | evthread_win32.c | 49 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/ |
D | tdb.c | 3131 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash()
|