/external/webrtc/rtc_base/ |
D | thread.cc | 294 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/ |
D | lsan_thread.cpp | 57 SetCurrentThread(tid); in ThreadStart() 62 SetCurrentThread(kInvalidTid); in ThreadFinish()
|
D | lsan_linux.cpp | 23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
|
D | lsan_thread.h | 55 void SetCurrentThread(u32 tid);
|
D | lsan_common_mac.cpp | 92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
|
D | lsan_mac.cpp | 73 SetCurrentThread(tid); in lsan_register_worker_thread()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_fuchsia.cpp | 134 SetCurrentThread(t); in CreateMainThread() 187 SetCurrentThread(thread); in ThreadStartHook()
|
D | asan_thread.cpp | 290 SetCurrentThread(main_thread); in CreateMainThread() 431 SetCurrentThread(tctx->thread); in GetCurrentThread() 440 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
|
D | asan_thread.h | 181 void SetCurrentThread(AsanThread *t);
|
D | asan_rtems.cpp | 186 SetCurrentThread(thread); in ThreadStartHook()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 161 SetCurrentThread(main_thread); in CreateMainThread() 199 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
|
D | memprof_thread.h | 131 void SetCurrentThread(MemprofThread *t);
|
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 96 SetCurrentThread(t); in asan_thread_start() 135 SetCurrentThread(t); in EnsureWorkerThreadRegistered()
|
D | asan_thread.cc | 349 SetCurrentThread(tctx->thread); in GetCurrentThread() 358 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
|
D | asan_thread.h | 197 void SetCurrentThread(AsanThread *t);
|
D | asan_mac.cc | 151 SetCurrentThread(t); in asan_register_worker_thread()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 67 void SetCurrentThread(MsanThread *t);
|
D | msan_linux.cc | 191 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_linux.cpp | 206 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function 237 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
|
D | msan_thread.h | 76 void SetCurrentThread(MsanThread *t);
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 55 void SetCurrentThread(u32 tid);
|
D | lsan.cc | 85 SetCurrentThread(tid); in __lsan_init()
|
D | lsan_thread.cc | 48 void SetCurrentThread(u32 tid) { in SetCurrentThread() function
|
/external/webrtc/examples/peerconnection/client/ |
D | main.cc | 81 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread); in wWinMain()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.h | 45 nub_thread_t SetCurrentThread(nub_thread_t tid);
|