Searched refs:pthread_rwlock (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/drd/ |
D | drd_clientreq.c | 537 DRD_(rwlock_pre_init)(arg[1], pthread_rwlock); in handle_client_request() 550 DRD_(rwlock_post_destroy)(arg[1], pthread_rwlock); in handle_client_request() 555 DRD_(rwlock_pre_rdlock)(arg[1], pthread_rwlock); in handle_client_request() 560 DRD_(rwlock_post_rdlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 565 DRD_(rwlock_pre_wrlock)(arg[1], pthread_rwlock); in handle_client_request() 570 DRD_(rwlock_post_wrlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 575 DRD_(rwlock_pre_unlock)(arg[1], pthread_rwlock); in handle_client_request()
|
D | drd_clientreq.h | 261 pthread_rwlock = 1, enumerator
|
D | drd_rwlock.c | 200 tl_assert(rwlock_type == pthread_rwlock || rwlock_type == user_rwlock); in drd_rwlock_check_type() 201 tl_assert(p->rwlock_type == pthread_rwlock || p->rwlock_type == user_rwlock); in drd_rwlock_check_type() 212 rwlock_type == pthread_rwlock in drd_rwlock_check_type()
|