Home
last modified time | relevance | path

Searched refs:SetCurrentThread (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/base/
Dthread.cc82 void ThreadManager::SetCurrentThread(Thread *thread) { in SetCurrentThread() function in rtc::ThreadManager
104 void ThreadManager::SetCurrentThread(Thread *thread) { in SetCurrentThread() function in rtc::ThreadManager
233 ThreadManager::Instance()->SetCurrentThread(NULL); in UnwrapCurrent()
288 ThreadManager::Instance()->SetCurrentThread(init->thread); in PreRun()
510 thread_manager->SetCurrentThread(this); in WrapCurrentWithThreadManager()
516 ThreadManager::Instance()->SetCurrentThread(this); in AutoThread()
523 ThreadManager::Instance()->SetCurrentThread(NULL); in ~AutoThread()
Dthread.h44 void SetCurrentThread(Thread* thread);
/external/compiler-rt/lib/asan/
Dasan_win.cc96 SetCurrentThread(t); in asan_thread_start()
135 SetCurrentThread(t); in EnsureWorkerThreadRegistered()
Dasan_thread.cc349 SetCurrentThread(tctx->thread); in GetCurrentThread()
358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
Dasan_thread.h197 void SetCurrentThread(AsanThread *t);
Dasan_mac.cc151 SetCurrentThread(t); in asan_register_worker_thread()
Dasan_rtl.cc545 SetCurrentThread(main_thread); in AsanInitInternal()
Dasan_interceptors.cc235 SetCurrentThread(t); in asan_thread_start()
/external/compiler-rt/lib/msan/
Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
Dmsan.cc420 SetCurrentThread(main_thread); in __msan_init()
Dmsan_interceptors.cc1108 SetCurrentThread(t); in MsanThreadStartFunc()
/external/compiler-rt/lib/lsan/
Dlsan_thread.h55 void SetCurrentThread(u32 tid);
Dlsan.cc85 SetCurrentThread(tid); in __lsan_init()
Dlsan_thread.cc48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
Dlsan_interceptors.cc223 SetCurrentThread(tid); in __lsan_thread_start_func()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc24 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread); in wWinMain()