Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_rwlock.c97 static Bool DRD_(rwlock_is_wrlocked)(struct rwlock_info* p) in DRD_() argument
111 return DRD_(rwlock_is_rdlocked)(p) || DRD_(rwlock_is_wrlocked)(p); in DRD_()
413 tl_assert(! DRD_(rwlock_is_wrlocked)(p)); in DRD_()