Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp55 SetCurrentThread(this); in OnStarted()
62 SetCurrentThread(nullptr); in OnFinished()
H A Dlsan_linux.cpp24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread() function
H A Dlsan_thread.h61 void SetCurrentThread(ThreadContextLsanBase *tctx);
H A Dlsan_common_mac.cpp109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp157 SetCurrentThread(main_thread); in CreateMainThread()
191 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
H A Dmemprof_thread.h122 void SetCurrentThread(MemprofThread *t);
H A Dmemprof_interceptors.cpp130 SetCurrentThread(t); in memprof_thread_start()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp163 SetCurrentThread(t); in CreateMainThread()
216 SetCurrentThread(thread); in ThreadStartHook()
H A Dasan_thread.cpp297 SetCurrentThread(main_thread); in CreateMainThread()
433 SetCurrentThread(tctx->thread); in GetCurrentThread()
442 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
H A Dasan_thread.h203 void SetCurrentThread(AsanThread *t);
H A Dasan_mac.cpp162 SetCurrentThread(t); in asan_register_worker_thread()
H A Dasan_win.cpp141 SetCurrentThread(t); in asan_thread_start()
H A Dasan_interceptors.cpp227 SetCurrentThread(t); in asan_thread_start()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h76 void SetCurrentThread(DFsanThread *t);
H A Ddfsan_thread.cpp107 void __dfsan::SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function in __dfsan
H A Ddfsan.cpp1281 SetCurrentThread(main_thread); in DFsanInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h77 void SetCurrentThread(MsanThread *t);
H A Dmsan_linux.cpp249 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
280 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
H A Dmsan.cpp546 SetCurrentThread(main_thread); in __msan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.h67 void SetCurrentThread(NsanThread *t);
H A Dnsan_thread.cpp137 void __nsan::SetCurrentThread(NsanThread *t) { in SetCurrentThread() function in __nsan
H A Dnsan_interceptors.cpp209 SetCurrentThread(t); in NsanThreadStartFunc()
H A Dnsan.cpp859 SetCurrentThread(main_thread); in __nsan_init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h311 bool SetCurrentThread(uint64_t tid,
H A DProcessGDBRemote.cpp5894 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()

12