Lines Matching refs:Addr
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
114 * Report that the synchronization object at address 'addr' is of the
117 static void wrong_type(const Addr addr)
121 .addr = addr,
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
150 struct hb_info* DRD_(hb_get)(const Addr hb)
157 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
192 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb)
228 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb)
241 .addr = hb,