/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 54 SetCurrentThread(this); in OnStarted() 61 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-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 160 SetCurrentThread(main_thread); in CreateMainThread() 198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function 200 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread()
|
H A D | memprof_thread.h | 128 void SetCurrentThread(MemprofThread *t);
|
H A D | memprof_interceptors.cpp | 130 SetCurrentThread(t); in memprof_thread_start()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 159 SetCurrentThread(t); in CreateMainThread() 212 SetCurrentThread(thread); in ThreadStartHook()
|
H A D | asan_thread.cpp | 299 SetCurrentThread(main_thread); 438 SetCurrentThread(tctx->thread); in GetCurrentThread() 447 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() 449 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread() 442 void SetCurrentThread(AsanThread *t) { SetCurrentThread() function
|
H A D | asan_thread.h | 208 void SetCurrentThread(AsanThread *t);
|
H A D | asan_mac.cpp | 159 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-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.h | 76 void SetCurrentThread(DFsanThread *t);
|
H A D | dfsan_thread.cpp | 112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
|
H A D | dfsan.cpp | 1286 SetCurrentThread(main_thread);
|
H A D | dfsan_custom.cpp | 865 SetCurrentThread(t); in DFsanThreadStartFunc()
|
/freebsd-src/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() 280 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() 248 void SetCurrentThread(MsanThread *tsd) { SetCurrentThread() function 279 void SetCurrentThread(MsanThread *t) { SetCurrentThread() function
|
H A D | msan.cpp | 499 SetCurrentThread(main_thread); in __msan_init()
|
H A D | msan_interceptors.cpp | 1158 SetCurrentThread(t); in MsanThreadStartFunc()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 304 bool SetCurrentThread(uint64_t tid,
|
H A D | ProcessGDBRemote.cpp | 5761 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { 5776 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || 5827 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { 5836 if (!m_gdb_comm.SetCurrentThread(child_tid, child_pid) ||
|
H A D | GDBRemoteCommunicationClient.cpp | 521 if (!SetCurrentThread(tid)) in GetpPacketSupported() 2750 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, 2721 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, SetCurrentThread() function in GDBRemoteCommunicationClient
|