Searched refs:pthread_rwlock (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_clientreq.c | 499 DRD_(rwlock_pre_init)(arg[1], pthread_rwlock); in handle_client_request() 503 DRD_(rwlock_post_destroy)(arg[1], pthread_rwlock); in handle_client_request() 508 DRD_(rwlock_pre_rdlock)(arg[1], pthread_rwlock); in handle_client_request() 513 DRD_(rwlock_post_rdlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 518 DRD_(rwlock_pre_wrlock)(arg[1], pthread_rwlock); in handle_client_request() 523 DRD_(rwlock_post_wrlock)(arg[1], pthread_rwlock, arg[2]); in handle_client_request() 528 DRD_(rwlock_pre_unlock)(arg[1], pthread_rwlock); in handle_client_request()
|
D | drd_clientreq.h | 246 pthread_rwlock = 1, enumerator
|
D | drd_rwlock.c | 207 tl_assert(rwlock_type == pthread_rwlock || rwlock_type == user_rwlock); in drd_rwlock_check_type() 208 tl_assert(p->rwlock_type == pthread_rwlock || p->rwlock_type == user_rwlock); in drd_rwlock_check_type() 219 rwlock_type == pthread_rwlock in drd_rwlock_check_type()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 16005 …isable ReadWriteLock on platforms (eg Android) that use pthreads but do not support pthread_rwlock.
|