Lines Matching refs:DRD_
40 void DRD_(rwlock_set_trace)(const Bool trace_rwlock);
41 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms);
42 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms);
43 struct rwlock_info* DRD_(rwlock_pre_init)(const Addr rwlock,
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);
53 ULong DRD_(get_rwlock_segment_creation_count)(void);