Home | History | Annotate | Download | only in drd

Lines Matching refs:tid

41    UWord       tid; // A DrdThreadId declared as UWord because
70 const DrdThreadId tid)
72 p->tid = tid;
120 .tid = DRD_(thread_get_running_tid)(),
157 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
161 const UWord word_tid = tid;
178 DRD_(hb_thread_initialize)(q, tid);
187 DRD_(thread_get_latest_segment)(&q->sg, tid);
192 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb)
207 DRD_(thread_new_segment)(tid);
213 DRD_(vc_copy)(&old_vc, DRD_(thread_get_vc)(tid));
217 if (q->tid != tid)
220 DRD_(vc_combine)(DRD_(thread_get_vc)(tid), &q->sg->vc);
223 DRD_(thread_update_conflict_set)(tid, &old_vc);
228 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb)
240 .tid = DRD_(thread_get_running_tid)(),