| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 55 SetCurrentThread(this); in OnStarted() 62 SetCurrentThread(nullptr); in OnFinished()
|
| H A D | lsan_linux.cpp | 24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread() function
|
| H A D | lsan_thread.h | 61 void SetCurrentThread(ThreadContextLsanBase *tctx);
|
| H A D | lsan_common_mac.cpp | 109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 157 SetCurrentThread(main_thread); in CreateMainThread() 191 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
|
| H A D | memprof_thread.h | 122 void SetCurrentThread(MemprofThread *t);
|
| H A D | memprof_interceptors.cpp | 130 SetCurrentThread(t); in memprof_thread_start()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fuchsia.cpp | 163 SetCurrentThread(t); in CreateMainThread() 216 SetCurrentThread(thread); in ThreadStartHook()
|
| H A D | asan_thread.cpp | 297 SetCurrentThread(main_thread); in CreateMainThread() 433 SetCurrentThread(tctx->thread); in GetCurrentThread() 442 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
|
| H A D | asan_thread.h | 203 void SetCurrentThread(AsanThread *t);
|
| H A D | asan_mac.cpp | 162 SetCurrentThread(t); in asan_register_worker_thread()
|
| H A D | asan_win.cpp | 141 SetCurrentThread(t); in asan_thread_start()
|
| H A D | asan_interceptors.cpp | 227 SetCurrentThread(t); in asan_thread_start()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 76 void SetCurrentThread(DFsanThread *t);
|
| H A D | dfsan_thread.cpp | 107 void __dfsan::SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function in __dfsan
|
| H A D | dfsan.cpp | 1281 SetCurrentThread(main_thread); in DFsanInit()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 77 void SetCurrentThread(MsanThread *t);
|
| H A D | msan_linux.cpp | 249 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function 280 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
|
| H A D | msan.cpp | 546 SetCurrentThread(main_thread); in __msan_init()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.h | 67 void SetCurrentThread(NsanThread *t);
|
| H A D | nsan_thread.cpp | 137 void __nsan::SetCurrentThread(NsanThread *t) { in SetCurrentThread() function in __nsan
|
| H A D | nsan_interceptors.cpp | 209 SetCurrentThread(t); in NsanThreadStartFunc()
|
| H A D | nsan.cpp | 859 SetCurrentThread(main_thread); in __nsan_init()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 311 bool SetCurrentThread(uint64_t tid,
|
| H A D | ProcessGDBRemote.cpp | 5894 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidFork() 5909 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork() 5960 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidVFork() 5969 if (!m_gdb_comm.SetCurrentThread(child_tid, child_pid) || in DidVFork()
|