Searched refs:pthread_rwlock (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/drd/ |
D | drd_clientreq.c | 538 DRD_(rwlock_pre_init)(arg[1], pthread_rwlock); in handle_client_request() 551 DRD_(rwlock_post_destroy)(arg[1], pthread_rwlock); in handle_client_request() 556 DRD_(rwlock_pre_rdlock)(arg[1], pthread_rwlock); in handle_client_request() 561 DRD_(rwlock_post_rdlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 566 DRD_(rwlock_pre_wrlock)(arg[1], pthread_rwlock); in handle_client_request() 571 DRD_(rwlock_post_wrlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 576 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()
|