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

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h55 void SetCurrentThread(u32 tid);
H A Dlsan.cc85 SetCurrentThread(tid);
H A Dlsan_thread.cc48 void SetCurrentThread(u32 tid) { function in namespace:__lsan
H A Dlsan_interceptors.cc223 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.cc420 SetCurrentThread(main_thread);
H A Dmsan_interceptors.cc1108 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.cc96 SetCurrentThread(t);
135 SetCurrentThread(t);
H A Dasan_thread.h197 void SetCurrentThread(AsanThread *t);
H A Dasan_thread.cc349 SetCurrentThread(tctx->thread);
358 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
360 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
H A Dasan_mac.cc151 SetCurrentThread(t);
H A Dasan_rtl.cc545 SetCurrentThread(main_thread);
H A Dasan_interceptors.cc235 SetCurrentThread(t);

Completed in 346 milliseconds