Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Dthread.cc294 void ThreadManager::SetCurrentThread(Thread* thread) { in SetCurrentThread() function in rtc::ThreadManager
778 ThreadManager::Instance()->SetCurrentThread(nullptr); in UnwrapCurrent()
841 ThreadManager::Instance()->SetCurrentThread(thread); in PreRun()
848 ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
1100 thread_manager->SetCurrentThread(this); in PreRun()
1126 ThreadManager::Instance()->SetCurrentThread(this); in PreRun()
1134 ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
1144 rtc::ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
1145 rtc::ThreadManager::Instance()->SetCurrentThread(this); in PreRun()
1164 rtc::ThreadManager::Instance()->SetCurrentThread(nullptr); in PreRun()
[all …]
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp57 SetCurrentThread(tid); in ThreadStart()
62 SetCurrentThread(kInvalidTid); in ThreadFinish()
Dlsan_linux.cpp23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
Dlsan_thread.h55 void SetCurrentThread(u32 tid);
Dlsan_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
Dlsan_mac.cpp73 SetCurrentThread(tid); in lsan_register_worker_thread()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp161 SetCurrentThread(main_thread); in CreateMainThread()
199 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
Dmemprof_thread.h131 void SetCurrentThread(MemprofThread *t);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp134 SetCurrentThread(t); in CreateMainThread()
187 SetCurrentThread(thread); in ThreadStartHook()
Dasan_thread.cpp290 SetCurrentThread(main_thread); in CreateMainThread()
431 SetCurrentThread(tctx->thread); in GetCurrentThread()
440 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
Dasan_thread.h181 void SetCurrentThread(AsanThread *t);
Dasan_rtems.cpp186 SetCurrentThread(thread); in ThreadStartHook()
/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()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_linux.cpp206 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
237 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
Dmsan_thread.h76 void SetCurrentThread(MsanThread *t);
/external/compiler-rt/lib/msan/
Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
Dmsan_linux.cc191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
/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
/external/webrtc/examples/peerconnection/client/
Dmain.cc81 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread); in wWinMain()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h45 nub_thread_t SetCurrentThread(nub_thread_t tid);

12