Home
last modified time | relevance | path

Searched refs:pthread_rwlock (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/drd/
Ddrd_clientreq.c499 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()
Ddrd_clientreq.h246 pthread_rwlock = 1, enumerator
Ddrd_rwlock.c207 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/
DChangeLog-2010-05-2416005 …isable ReadWriteLock on platforms (eg Android) that use pthreads but do not support pthread_rwlock.