Home
last modified time | relevance | path

Searched defs:rwl (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_rwlock_cancelwrwait.c43 pthread_rwlock_t rwl = (pthread_rwlock_t) arg; in ptw32_rwlock_cancelwrwait() local
Dpthread_rwlock_rdlock.c46 pthread_rwlock_t rwl; in pthread_rwlock_rdlock() local
Dpthread_rwlock_wrlock.c46 pthread_rwlock_t rwl; in pthread_rwlock_wrlock() local
Dpthread_rwlock_tryrdlock.c46 pthread_rwlock_t rwl; in pthread_rwlock_tryrdlock() local
Dpthread_rwlock_timedrdlock.c47 pthread_rwlock_t rwl; in pthread_rwlock_timedrdlock() local
Dpthread_rwlock_unlock.c46 pthread_rwlock_t rwl; in pthread_rwlock_unlock() local
Dpthread_rwlock_init.c47 pthread_rwlock_t rwl = 0; in pthread_rwlock_init() local
Dpthread_rwlock_trywrlock.c46 pthread_rwlock_t rwl; in pthread_rwlock_trywrlock() local
Dpthread_rwlock_timedwrlock.c47 pthread_rwlock_t rwl; in pthread_rwlock_timedwrlock() local
Dpthread_rwlock_destroy.c45 pthread_rwlock_t rwl; in pthread_rwlock_destroy() local
/external/valgrind/main/helgrind/tests/
Dtc12_rwl_trivial.c22 pthread_rwlock_t rwl; in main() local
Dtc20_verifywrap.c47 pthread_rwlock_t rwl; in main() local
Dtc23_bogus_condwait.c11 pthread_cond_t cv; pthread_rwlock_t rwl; variable
/external/valgrind/main/helgrind/
Dhg_intercepts.c1394 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()
Dhg_main.c2474 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()