Lines Matching full:tid_
1396 case ThreadHandle::SELF: tid_ = GetCurrentThreadId(); break;
1397 case ThreadHandle::INVALID: tid_ = kNoThreadId; break;
1400 DWORD tid_; // Win32 thread identifier.
1413 thread->thread_handle_data()->tid_ = GetCurrentThreadId();
1432 return GetCurrentThreadId() == data_->tid_;
1438 return data_->tid_ != kNoThreadId;
1480 &thread_handle_data()->tid_)));