HomeSort by relevance Sort by last modified time
    Searched refs:SetCurrentThread (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.h 55 void SetCurrentThread(u32 tid);
lsan.cc 85 SetCurrentThread(tid);
lsan_thread.cc 48 void SetCurrentThread(u32 tid) {
lsan_interceptors.cc 223 SetCurrentThread(tid);
  /external/compiler-rt/lib/msan/
msan_thread.h 67 void SetCurrentThread(MsanThread *t);
msan_linux.cc 191 void SetCurrentThread(MsanThread *t) {
msan.cc 420 SetCurrentThread(main_thread);
msan_interceptors.cc     [all...]
  /external/webrtc/webrtc/base/
thread.cc 82 void ThreadManager::SetCurrentThread(Thread *thread) {
104 void ThreadManager::SetCurrentThread(Thread *thread) {
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);
thread.h 44 void SetCurrentThread(Thread* thread);
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 24 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread);
  /external/compiler-rt/lib/asan/
asan_win.cc 96 SetCurrentThread(t);
135 SetCurrentThread(t);
asan_thread.h 197 void SetCurrentThread(AsanThread *t);
asan_thread.cc 349 SetCurrentThread(tctx->thread);
358 void SetCurrentThread(AsanThread *t) {
360 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
asan_mac.cc 151 SetCurrentThread(t);
asan_rtl.cc 545 SetCurrentThread(main_thread);
asan_interceptors.cc 235 SetCurrentThread(t);

Completed in 511 milliseconds