Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.h54 void SetCurrentThread(u32 tid);
H A Dlsan_mac.cpp73 SetCurrentThread(tid); in lsan_register_worker_thread()
H A Dlsan_common_mac.cpp107 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp150 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);
/openbsd-src/gnu/llvm/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.cpp495 SetCurrentThread(main_thread); in __msan_init()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h45 nub_thread_t SetCurrentThread(nub_thread_t tid);
H A DMachProcess.h286 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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h165 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h305 bool SetCurrentThread(uint64_t tid,
H A DProcessGDBRemote.cpp5229 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidFork()
5244 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork()
5292 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidVFork()
5301 if (!m_gdb_comm.SetCurrentThread(child_tid, child_pid) || in DidVFork()

12