Searched refs:rwlock_init (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_rwlock.c38 static void rwlock_init(rwlock_t* p) function
147 rwlock_init(&s_rwlock);
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.c48 static void rwlock_init(rwlock_t* p) function
161 rwlock_init(&s_rwlock);
H A Dannotate_rwlock.stderr.exp100 at 0x........: rwlock_init (annotate_rwlock.c:54)
/external/elfutils/lib/
H A Deu-config.h61 # define rwlock_init(lock) RWLOCK_CALL (init (&lock, NULL)) macro
72 # define rwlock_init(lock) ((void) (lock)) macro
/external/elfutils/libelf/
H A Dcommon.h109 rwlock_init (result->lock);
/external/kernel-headers/original/linux/
H A Dspinlock.h109 # define rwlock_init(lock) \ macro
116 # define rwlock_init(lock) \ macro
/external/elfutils/libasm/
H A Dasm_begin.c147 rwlock_init (result->lock);
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dth-lock.c178 rwlock_init(&(lock_cs[i]),USYNC_THREAD,NULL);
/external/openssl/crypto/threads/
H A Dth-lock.c178 rwlock_init(&(lock_cs[i]),USYNC_THREAD,NULL);
/external/bison/lib/glthread/
H A Dlock.h506 # pragma weak rwlock_init macro
550 (thread_in_use () ? rwlock_init (LOCK, USYNC_THREAD, NULL) : 0)

Completed in 1778 milliseconds