Searched refs:TRACK_OWNER (Results 1 – 2 of 2) sorted by relevance
30 #define TRACK_OWNER(x) x macro32 #define TRACK_OWNER(x) macro43 TRACK_OWNER(thread_ = 0); in CriticalSection()50 TRACK_OWNER(thread_ = GetCurrentThreadId()); in Enter()54 TRACK_OWNER(thread_ = GetCurrentThreadId()); in TryEnter()60 TRACK_OWNER(thread_ = 0); in Leave()70 TRACK_OWNER(DWORD thread_); // The section's owning thread id83 TRACK_OWNER(thread_ = 0); in CriticalSection()90 TRACK_OWNER(thread_ = pthread_self()); in Enter()94 TRACK_OWNER(thread_ = pthread_self()); in TryEnter()[all …]
299 > TRACK_OWNER(thread_ = 0);301 > TRACK_OWNER(thread_ = pthread_self());303 > TRACK_OWNER(thread_ = 0);316 > TRACK_OWNER(pthread_t thread_);