Home | History | Annotate | Download | only in tsan

Lines Matching refs:sid_

4303       sid_(0),
4447 return sid_;
4727 sid_ = new_sid;
4790 if (sid_ != match) {
4792 this->AddDeadSid(sid_, "Thread::HandleSblockEnter");
4793 sid_ = match;
4807 this->AddDeadSid(sid_, "Thread::HandleSblockEnter-1");
4809 sid_ = fresh_sid;
5143 thr->sid_ = SID(); // Reset the old SID so we don't try to read its VTS.
5229 SID sid_; // Current segment ID.