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

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h48 void SetCurrentThread(u32 tid);
H A Dlsan.cc83 SetCurrentThread(tid);
H A Dlsan_thread.cc47 void SetCurrentThread(u32 tid) { function in namespace:__lsan
H A Dlsan_interceptors.cc218 SetCurrentThread(tid);
/external/compiler-rt/lib/msan/
H A Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
H A Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { function in namespace:__msan
H A Dmsan.cc419 SetCurrentThread(main_thread);
H A Dmsan_interceptors.cc1237 SetCurrentThread(t);
/external/webrtc/webrtc/base/
H A Dthread.cc82 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:rtc::ThreadManager
104 void ThreadManager::SetCurrentThread(Thread *thread) { function in class:rtc::ThreadManager
233 ThreadManager::Instance()->SetCurrentThread(NULL);
288 ThreadManager::Instance()->SetCurrentThread(init->thread);
510 thread_manager->SetCurrentThread(this);
516 ThreadManager::Instance()->SetCurrentThread(this);
523 ThreadManager::Instance()->SetCurrentThread(NULL);
H A Dthread.h44 void SetCurrentThread(Thread* thread);
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain.cc24 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread);
/external/compiler-rt/lib/asan/
H A Dasan_win.cc82 SetCurrentThread(t);
121 SetCurrentThread(t);
H A Dasan_mac.cc118 SetCurrentThread(t);
H A Dasan_thread.h177 void SetCurrentThread(AsanThread *t);
H A Dasan_thread.cc275 SetCurrentThread(tctx->thread);
284 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
286 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
H A Dasan_rtl.cc536 SetCurrentThread(main_thread);
H A Dasan_interceptors.cc227 SetCurrentThread(t);

Completed in 656 milliseconds