Searched defs:rwl (Results 1 – 15 of 15) sorted by relevance
| /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
| D | ptw32_rwlock_cancelwrwait.c | 43 pthread_rwlock_t rwl = (pthread_rwlock_t) arg; in ptw32_rwlock_cancelwrwait() local
|
| D | pthread_rwlock_rdlock.c | 46 pthread_rwlock_t rwl; in pthread_rwlock_rdlock() local
|
| D | pthread_rwlock_wrlock.c | 46 pthread_rwlock_t rwl; in pthread_rwlock_wrlock() local
|
| D | pthread_rwlock_tryrdlock.c | 46 pthread_rwlock_t rwl; in pthread_rwlock_tryrdlock() local
|
| D | pthread_rwlock_timedrdlock.c | 47 pthread_rwlock_t rwl; in pthread_rwlock_timedrdlock() local
|
| D | pthread_rwlock_unlock.c | 46 pthread_rwlock_t rwl; in pthread_rwlock_unlock() local
|
| D | pthread_rwlock_init.c | 47 pthread_rwlock_t rwl = 0; in pthread_rwlock_init() local
|
| D | pthread_rwlock_trywrlock.c | 46 pthread_rwlock_t rwl; in pthread_rwlock_trywrlock() local
|
| D | pthread_rwlock_timedwrlock.c | 47 pthread_rwlock_t rwl; in pthread_rwlock_timedwrlock() local
|
| D | pthread_rwlock_destroy.c | 45 pthread_rwlock_t rwl; in pthread_rwlock_destroy() local
|
| /external/valgrind/main/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/valgrind/main/helgrind/ |
| D | hg_intercepts.c | 1394 static int pthread_rwlock_init_WRK(pthread_rwlock_t *rwl, in pthread_rwlock_init_WRK() 1420 pthread_rwlock_t *rwl, in PTH_FUNC() 1426 pthread_rwlock_t *rwl, in PTH_FUNC() 1441 static int pthread_rwlock_destroy_WRK(pthread_rwlock_t* rwl) in pthread_rwlock_destroy_WRK() 1466 pthread_rwlock_t *rwl) { in PTH_FUNC() 1471 pthread_rwlock_t *rwl) { in PTH_FUNC()
|
| D | hg_main.c | 2474 void evh__HG_PTHREAD_RWLOCK_INIT_POST( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_INIT_POST() 2485 void evh__HG_PTHREAD_RWLOCK_DESTROY_PRE( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_DESTROY_PRE() 2533 void* rwl, in evh__HG_PTHREAD_RWLOCK_LOCK_PRE() 2560 void evh__HG_PTHREAD_RWLOCK_LOCK_POST ( ThreadId tid, void* rwl, Word isW ) in evh__HG_PTHREAD_RWLOCK_LOCK_POST() 2580 static void evh__HG_PTHREAD_RWLOCK_UNLOCK_PRE ( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_UNLOCK_PRE() 2594 static void evh__HG_PTHREAD_RWLOCK_UNLOCK_POST ( ThreadId tid, void* rwl ) in evh__HG_PTHREAD_RWLOCK_UNLOCK_POST()
|