Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.h52 void SetCurrentThread(u32 tid);
H A Dlsan_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
H A Dlsan_mac.cpp73 SetCurrentThread(tid); in lsan_register_worker_thread()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp160 SetCurrentThread(main_thread); in CreateMainThread()
198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
H A Dmemprof_thread.h128 void SetCurrentThread(MemprofThread *t);
H A Dmemprof_interceptors.cpp153 SetCurrentThread(t); in memprof_thread_start()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp161 SetCurrentThread(t); in CreateMainThread()
214 SetCurrentThread(thread); in ThreadStartHook()
H A Dasan_thread.cpp294 SetCurrentThread(main_thread); in CreateMainThread()
432 SetCurrentThread(tctx->thread); in GetCurrentThread()
441 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
H A Dasan_thread.h180 void SetCurrentThread(AsanThread *t);
H A Dasan_mac.cpp156 SetCurrentThread(t); in asan_register_worker_thread()
H A Dasan_win.cpp136 SetCurrentThread(t); in asan_thread_start()
H A Dasan_interceptors.cpp198 SetCurrentThread(t);
/llvm-project-15.0.7/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.h77 void SetCurrentThread(MsanThread *t);
H A Dmsan.cpp477 SetCurrentThread(main_thread); in __msan_init()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h76 void SetCurrentThread(DFsanThread *t);
H A Ddfsan_thread.cpp112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
H A Ddfsan.cpp1135 SetCurrentThread(main_thread); in DFsanInit()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h45 nub_thread_t SetCurrentThread(nub_thread_t tid);
H A DMachProcess.h285 nub_thread_t SetCurrentThread(nub_thread_t tid);
H A DMachThreadList.cpp79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h164 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h312 bool SetCurrentThread(uint64_t tid,

12