Searched refs:SetCurrentThread (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp23 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } function in namespace:__lsan
H A Dlsan_thread.cpp54 SetCurrentThread(tid);
59 SetCurrentThread(kInvalidTid);
H A Dlsan_thread.h54 void SetCurrentThread(u32 tid);
H A Dlsan_common_mac.cpp107 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } function in class:__lsan::SeenRegion
H A Dlsan_mac.cpp73 SetCurrentThread(tid);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h76 void SetCurrentThread(DFsanThread *t);
H A Ddfsan_thread.cpp112 void SetCurrentThread(DFsanThread *t) { function in namespace:__dfsan
H A Ddfsan.cpp1245 SetCurrentThread(main_thread);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_thread.h77 void SetCurrentThread(MsanThread *t);
H A Dmsan_linux.cpp205 void SetCurrentThread(MsanThread *tsd) { function in namespace:__msan
236 void SetCurrentThread(MsanThread *t) { function in namespace:__msan
H A Dmsan.cpp495 SetCurrentThread(main_thread);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.h128 void SetCurrentThread(MemprofThread *t);
H A Dmemprof_thread.cpp160 SetCurrentThread(main_thread);
198 void SetCurrentThread(MemprofThread *t) { function in namespace:__memprof
200 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(),
H A Dmemprof_interceptors.cpp153 SetCurrentThread(t);
/openbsd-current/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) { function in class:MachThreadList
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp161 SetCurrentThread(t);
214 SetCurrentThread(thread);
H A Dasan_thread.h180 void SetCurrentThread(AsanThread *t);
H A Dasan_thread.cpp294 SetCurrentThread(main_thread);
432 SetCurrentThread(tctx->thread);
441 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
443 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(),
H A Dasan_mac.cpp150 SetCurrentThread(t);
H A Dasan_win.cpp136 SetCurrentThread(t);
H A Dasan_interceptors.cpp198 SetCurrentThread(t);
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h165 void SetCurrentThread(nub_thread_t tid) { function in class:RNBRemote
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h305 bool SetCurrentThread(uint64_t tid,

Completed in 332 milliseconds

12