Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_thread.cpp54 SetCurrentThread(tid); in ThreadStart()
59 SetCurrentThread(kInvalidTid); in ThreadFinish()
Dlsan_linux.cpp23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
Dlsan_thread.h54 void SetCurrentThread(u32 tid);
Dlsan_mac.cpp73 SetCurrentThread(tid); in lsan_register_worker_thread()
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/asan/
Dasan_fuchsia.cpp161 SetCurrentThread(t); in CreateMainThread()
214 SetCurrentThread(thread); in ThreadStartHook()
Dasan_thread.cpp294 SetCurrentThread(main_thread); in CreateMainThread()
432 SetCurrentThread(tctx->thread); in GetCurrentThread()
441 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
Dasan_thread.h180 void SetCurrentThread(AsanThread *t);
Dasan_mac.cpp150 SetCurrentThread(t); in asan_register_worker_thread()
Dasan_win.cpp136 SetCurrentThread(t); in asan_thread_start()
Dasan_interceptors.cpp198 SetCurrentThread(t);
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_linux.cpp205 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
236 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
Dmsan_thread.h77 void SetCurrentThread(MsanThread *t);
Dmsan.cpp495 SetCurrentThread(main_thread); in __msan_init()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_thread.h76 void SetCurrentThread(DFsanThread *t);
Ddfsan_thread.cpp112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
Ddfsan.cpp1245 SetCurrentThread(main_thread); in DFsanInit()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h45 nub_thread_t SetCurrentThread(nub_thread_t tid);
DMachProcess.h286 nub_thread_t SetCurrentThread(nub_thread_t tid);
DMachThreadList.cpp79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBRemote.h165 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
DDNB.cpp1384 return procSP->SetCurrentThread(tid); in DNBProcessSetCurrentThread()
DRNBRemote.cpp1558 SetCurrentThread(tid); in HandlePacket_H()
1798 SetCurrentThread(tid); in HandlePacket_qC()
2920 SetCurrentThread(tid); in HandlePacket_last_signal()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h305 bool SetCurrentThread(uint64_t tid,
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