Searched refs:GetThreadId (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h62 static uint32_t GetThreadId();
/external/webrtc/src/system_wrappers/source/
H A Dthread_win.cc66 uint32_t ThreadWrapper::GetThreadId() { function in class:webrtc::ThreadWrapper
H A Dthread_posix.cc119 uint32_t ThreadWrapper::GetThreadId() { function in class:webrtc::ThreadWrapper
339 _pid = GetThreadId();
H A Dtrace_impl.cc143 WebRtc_UWord32 threadId = ThreadWrapper::GetThreadId();
/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc73 int GetThreadId(); // Get an ID assigned to a thread..
514 int WorkQueue::GetThreadId() { function in class:base::__anon1786::WorkQueue
702 thread_id = GetThreadId();
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc75 int GetThreadId(); // Get an ID assigned to a thread..
532 int WorkQueue::GetThreadId() { function in class:base::__anon3977::WorkQueue
720 thread_id = GetThreadId();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc148 static std::string GetThreadId() { function in namespace:__anon12128
184 char* name = strdup((GetThreadName() + " - " + GetThreadId()).c_str());

Completed in 489 milliseconds