Home | History | Annotate | Download | only in base

Lines Matching refs:thread_

57     TRACK_OWNER(thread_ = 0);
64 TRACK_OWNER(thread_ = GetCurrentThreadId());
67 TRACK_OWNER(thread_ = 0);
72 bool CurrentThreadIsOwner() const { return thread_ == GetCurrentThreadId(); }
77 TRACK_OWNER(DWORD thread_); // The section's owning thread id
90 TRACK_OWNER(thread_ = 0);
97 TRACK_OWNER(thread_ = pthread_self());
100 TRACK_OWNER(thread_ = 0);
105 bool CurrentThreadIsOwner() const { return pthread_equal(thread_, pthread_self()); }
110 TRACK_OWNER(pthread_t thread_);