Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_rwlock.h44 const RwLockT rwlock_type);
45 void DRD_(rwlock_post_destroy)(const Addr rwlock, const RwLockT rwlock_type);
46 void DRD_(rwlock_pre_rdlock)(const Addr rwlock, const RwLockT rwlock_type);
47 void DRD_(rwlock_post_rdlock)(const Addr rwlock, const RwLockT rwlock_type,
49 void DRD_(rwlock_pre_wrlock)(const Addr rwlock, const RwLockT rwlock_type);
50 void DRD_(rwlock_post_wrlock)(const Addr rwlock, const RwLockT rwlock_type,
52 void DRD_(rwlock_pre_unlock)(const Addr rwlock, const RwLockT rwlock_type);
Ddrd_rwlock.c196 const RwLockT rwlock_type) in drd_rwlock_check_type()
223 const RwLockT rwlock_type) in DRD_()
272 DRD_(rwlock_get_or_allocate)(const Addr rwlock, const RwLockT rwlock_type) in DRD_()
311 const RwLockT rwlock_type) in DRD_()
342 void DRD_(rwlock_post_destroy)(const Addr rwlock, const RwLockT rwlock_type) in DRD_()
372 void DRD_(rwlock_pre_rdlock)(const Addr rwlock, const RwLockT rwlock_type) in DRD_()
398 void DRD_(rwlock_post_rdlock)(const Addr rwlock, const RwLockT rwlock_type, in DRD_()
433 void DRD_(rwlock_pre_wrlock)(const Addr rwlock, const RwLockT rwlock_type) in DRD_()
464 void DRD_(rwlock_post_wrlock)(const Addr rwlock, const RwLockT rwlock_type, in DRD_()
501 void DRD_(rwlock_pre_unlock)(const Addr rwlock, const RwLockT rwlock_type) in DRD_()
Ddrd_clientreq.h263 } RwLockT; typedef
Ddrd_clientobj.h139 RwLockT rwlock_type;