Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp54 SetCurrentThread(tid); in ThreadStart()
59 SetCurrentThread(kInvalidTid); in ThreadFinish()
H A Dlsan_linux.cpp23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
H A Dlsan_thread.h55 void SetCurrentThread(u32 tid);
H A Dlsan_mac.cpp73 SetCurrentThread(tid); in lsan_register_worker_thread()
H A Dlsan_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp161 SetCurrentThread(main_thread); in CreateMainThread()
199 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
H A Dmemprof_thread.h128 void SetCurrentThread(MemprofThread *t);
H A Dmemprof_interceptors.cpp157 SetCurrentThread(t); in memprof_thread_start()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp134 SetCurrentThread(t); in CreateMainThread()
187 SetCurrentThread(thread); in ThreadStartHook()
H A Dasan_thread.cpp295 SetCurrentThread(main_thread); in CreateMainThread()
435 SetCurrentThread(tctx->thread); in GetCurrentThread()
444 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
H A Dasan_thread.h180 void SetCurrentThread(AsanThread *t);
H A Dasan_mac.cpp154 SetCurrentThread(t); in asan_register_worker_thread()
H A Dasan_win.cpp136 SetCurrentThread(t); in asan_thread_start()
H A Dasan_interceptors.cpp197 SetCurrentThread(t);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp205 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
236 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
H A Dmsan_thread.h76 void SetCurrentThread(MsanThread *t);
H A Dmsan.cpp472 SetCurrentThread(main_thread); in __msan_init()
H A Dmsan_interceptors.cpp1025 SetCurrentThread(t); in MsanThreadStartFunc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h77 void SetCurrentThread(DFsanThread *t);
H A Ddfsan_thread.cpp124 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
H A Ddfsan.cpp1009 SetCurrentThread(main_thread); in DFsanInit()
H A Ddfsan_custom.cpp757 SetCurrentThread(t); in DFsanThreadStartFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h349 bool SetCurrentThread(uint64_t tid,
H A DGDBRemoteCommunicationClient.cpp473 if (!SetCurrentThread(tid)) in SendThreadSpecificPacketAndWaitForResponse()
2687 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid, in SetCurrentThread() function in GDBRemoteCommunicationClient