Home
last modified time | relevance | path

Searched refs:TRACK_OWNER (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dcriticalsection.h30 #define TRACK_OWNER(x) x macro
32 #define TRACK_OWNER(x) macro
43 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 id
83 TRACK_OWNER(thread_ = 0); in CriticalSection()
90 TRACK_OWNER(thread_ = pthread_self()); in Enter()
94 TRACK_OWNER(thread_ = pthread_self()); in TryEnter()
[all …]
/external/chromium_org/third_party/libjingle/
Dmods-since-v0_4_0.diff299 > TRACK_OWNER(thread_ = 0);
301 > TRACK_OWNER(thread_ = pthread_self());
303 > TRACK_OWNER(thread_ = 0);
316 > TRACK_OWNER(pthread_t thread_);