Home | History | Annotate | Download | only in drd

Lines Matching refs:DRD_

41 void DRD_(rwlock_set_trace)(const Bool trace_rwlock);
42 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms);
43 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms);
44 struct rwlock_info* DRD_(rwlock_pre_init)(const Addr rwlock,
46 void DRD_(rwlock_post_destroy)(const Addr rwlock, const RwLockT rwlock_type);
47 void DRD_(rwlock_pre_rdlock)(const Addr rwlock, const RwLockT rwlock_type);
48 void DRD_(rwlock_post_rdlock)(const Addr rwlock, const RwLockT rwlock_type,
50 void DRD_(rwlock_pre_wrlock)(const Addr rwlock, const RwLockT rwlock_type);
51 void DRD_(rwlock_post_wrlock)(const Addr rwlock, const RwLockT rwlock_type,
53 void DRD_(rwlock_pre_unlock)(const Addr rwlock, const RwLockT rwlock_type);
54 ULong DRD_(get_rwlock_segment_creation_count)(void);