Searched refs:tid_ (Results 1 – 6 of 6) sorted by relevance
94 : tid_(tid) in ThreadClock()98 nclk_ = tid_ + 1; in ThreadClock()101 clk_[tid_].reused = reused_; in ThreadClock()118 if (nclk > tid_) { in acquire()120 if (src->elem(tid_).reused == reused_) { in acquire()134 last_acquire_ = clk_[tid_].epoch; in acquire()152 if (nclk > tid_) in acquire()153 src->elem(tid_).reused = reused_; in acquire()157 last_acquire_ = clk_[tid_].epoch; in acquire()180 if (dst->elem(tid_).epoch > last_acquire_) { in release()[all …]
95 DCHECK_GE(v, clk_[tid_].epoch); in set()96 clk_[tid_].epoch = v; in set()100 clk_[tid_].epoch++; in tick()117 const unsigned tid_; member
20 tid_(0), in SimpleThread()31 tid_(0), in SimpleThread()66 tid_ = PlatformThread::CurrentId(); in ThreadMain()69 name_.append(IntToString(tid_)); in ThreadMain()
104 PlatformThreadId tid() { return tid_; } in tid()121 PlatformThreadId tid_; // The backing thread's id. variable
42 tid_ = base::OS::GetCurrentThreadId(); in Initialize()120 tid_ = tid; in InitializeForTesting()
58 int tid() const { return tid_; } in tid()82 int tid_; variable