Searched defs:TRACK_OWNER (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection.h30 #define TRACK_OWNER(x) x macro
32 #define TRACK_OWNER(x) macro
43 TRACK_OWNER(thread_ = 0);
50 TRACK_OWNER(thread_ = GetCurrentThreadId());
54 TRACK_OWNER(thread_ = GetCurrentThreadId());
60 TRACK_OWNER(thread_ = 0);
70 TRACK_OWNER(DWORD thread_); // The section's owning thread id
83 TRACK_OWNER(thread_ = 0);
90 TRACK_OWNER(thread_ = pthread_self());
94 TRACK_OWNER(thread
[all...]

Completed in 72 milliseconds