/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 54 SetCurrentThread(tid); in ThreadStart() 59 SetCurrentThread(kInvalidTid); in ThreadFinish()
|
H A D | lsan_linux.cpp | 23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
|
H A D | lsan_thread.h | 54 void SetCurrentThread(u32 tid);
|
H A D | lsan_mac.cpp | 73 SetCurrentThread(tid); in lsan_register_worker_thread()
|
H A D | lsan_common_mac.cpp | 107 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 D | memprof_thread.cpp | 160 SetCurrentThread(main_thread); in CreateMainThread() 198 void SetCurrentThread(MemprofThread *t) { in SetCurrentThread() function
|
H A D | memprof_thread.h | 128 void SetCurrentThread(MemprofThread *t);
|
H A D | memprof_interceptors.cpp | 153 SetCurrentThread(t); in memprof_thread_start()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 161 SetCurrentThread(t); in CreateMainThread() 214 SetCurrentThread(thread); in ThreadStartHook()
|
H A D | asan_thread.cpp | 294 SetCurrentThread(main_thread); in CreateMainThread() 432 SetCurrentThread(tctx->thread); in GetCurrentThread() 441 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
|
H A D | asan_thread.h | 180 void SetCurrentThread(AsanThread *t);
|
H A D | asan_mac.cpp | 150 SetCurrentThread(t); in asan_register_worker_thread()
|
H A D | asan_win.cpp | 136 SetCurrentThread(t); in asan_thread_start()
|
H A D | asan_interceptors.cpp | 198 SetCurrentThread(t);
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_linux.cpp | 205 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function 236 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
|
H A D | msan_thread.h | 77 void SetCurrentThread(MsanThread *t);
|
H A D | msan.cpp | 495 SetCurrentThread(main_thread); in __msan_init()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.h | 76 void SetCurrentThread(DFsanThread *t);
|
H A D | dfsan_thread.cpp | 112 void SetCurrentThread(DFsanThread *t) { in SetCurrentThread() function
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.h | 45 nub_thread_t SetCurrentThread(nub_thread_t tid);
|
H A D | MachProcess.h | 286 nub_thread_t SetCurrentThread(nub_thread_t tid);
|
H A D | MachThreadList.cpp | 79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function in MachThreadList
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBRemote.h | 165 void SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 305 bool SetCurrentThread(uint64_t tid,
|
H A D | ProcessGDBRemote.cpp | 5229 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()
|