Home | History | Annotate | Download | only in base

Lines Matching refs:thread_

59     TRACK_OWNER(thread_ = 0);
66 TRACK_OWNER(thread_ = GetCurrentThreadId());
70 TRACK_OWNER(thread_ = GetCurrentThreadId());
76 TRACK_OWNER(thread_ = 0);
81 bool CurrentThreadIsOwner() const { return thread_ == GetCurrentThreadId(); }
86 TRACK_OWNER(DWORD thread_); // The section's owning thread id
99 TRACK_OWNER(thread_ = 0);
106 TRACK_OWNER(thread_ = pthread_self());
110 TRACK_OWNER(thread_ = pthread_self());
116 TRACK_OWNER(thread_ = 0);
121 bool CurrentThreadIsOwner() const { return pthread_equal(thread_, pthread_self()); }
126 TRACK_OWNER(pthread_t thread_);