Lines Matching refs:tid
87 // tid : kTidBits
93 FastState(u64 tid, u64 epoch) {
94 x_ = tid << kTidShift;
96 DCHECK_EQ(tid, this->tid());
109 u64 tid() const {
170 // tid : kTidBits
255 // values with tid/epoch related to the free and the freed bit set.
257 // as msb of tid. So any access races with shadow with freed bit set
261 // tid/epoch of free.
371 const int tid;
407 explicit ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
429 explicit ThreadContext(int tid);
436 // the event is from a dead thread that shared tid with this thread.
554 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
676 void ThreadStart(ThreadState *thr, int tid, uptr os_id);
679 void ThreadJoin(ThreadState *thr, uptr pc, int tid);
680 void ThreadDetach(ThreadState *thr, uptr pc, int tid);
738 Trace *ThreadTrace(int tid);
757 Event *trace = (Event*)GetThreadTrace(fs.tid());