Searched defs:rwl (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/helgrind/tests/ |
D | tc12_rwl_trivial.c | 22 pthread_rwlock_t rwl; in main() local
|
D | tc20_verifywrap.c | 47 pthread_rwlock_t rwl; in main() local
|
D | tc23_bogus_condwait.c | 11 pthread_cond_t cv; pthread_rwlock_t rwl; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 38 private ReentrantReadWriteLock rwl = new ReentrantReadWriteLock(); field in ICURWLock
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 1469 static int pthread_rwlock_init_WRK(pthread_rwlock_t *rwl, in pthread_rwlock_init_WRK() 1495 pthread_rwlock_t *rwl, in PTH_FUNC() 1501 pthread_rwlock_t *rwl, in PTH_FUNC() 1516 static int pthread_rwlock_destroy_WRK(pthread_rwlock_t* rwl) in pthread_rwlock_destroy_WRK() 1541 pthread_rwlock_t *rwl) { in PTH_FUNC() 1546 pthread_rwlock_t *rwl) { in PTH_FUNC()
|
D | hg_main.c | 2497 void evh__HG_PTHREAD_RWLOCK_INIT_POST( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_INIT_POST() 2508 void evh__HG_PTHREAD_RWLOCK_DESTROY_PRE( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_DESTROY_PRE() 2556 void* rwl, in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() 2583 void evh__HG_PTHREAD_RWLOCK_LOCK_POST ( ThreadId tid, void* rwl, Word isW ) in evh__HG_PTHREAD_RWLOCK_LOCK_POST() 2603 static void evh__HG_PTHREAD_RWLOCK_UNLOCK_PRE ( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_UNLOCK_PRE() 2617 static void evh__HG_PTHREAD_RWLOCK_UNLOCK_POST ( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_UNLOCK_POST()
|