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

/freebsd-11-stable/contrib/llvm-project/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.h55 void SetCurrentThread(u32 tid);
H A Dlsan.cpp120 SetCurrentThread(tid);
H A Dlsan_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } function in namespace:__lsan
H A Dlsan_thread.cpp94 SetCurrentThread(kInvalidTid);
H A Dlsan_mac.cpp73 SetCurrentThread(tid);
H A Dlsan_interceptors.cpp419 SetCurrentThread(tid);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h66 void SetCurrentThread(MsanThread *t);
H A Dmsan_linux.cpp206 void SetCurrentThread(MsanThread *tsd) { function in namespace:__msan
237 void SetCurrentThread(MsanThread *t) { function in namespace:__msan
H A Dmsan.cpp454 SetCurrentThread(main_thread);
H A Dmsan_interceptors.cpp1035 SetCurrentThread(t);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp138 SetCurrentThread(t);
178 SetCurrentThread(thread);
H A Dasan_thread.cpp279 SetCurrentThread(main_thread);
418 SetCurrentThread(tctx->thread);
427 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
429 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
H A Dasan_thread.h181 void SetCurrentThread(AsanThread *t);
H A Dasan_rtems.cpp178 SetCurrentThread(thread);
H A Dasan_win.cpp136 SetCurrentThread(t);
H A Dasan_mac.cpp186 SetCurrentThread(t);
H A Dasan_interceptors.cpp204 SetCurrentThread(t);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h71 nub_thread_t SetCurrentThread (nub_thread_t tid);
H A DNativeThreadListDarwin.cpp102 NativeThreadListDarwin::SetCurrentThread(nub_thread_t tid)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h319 bool SetCurrentThread(uint64_t tid);
H A DGDBRemoteCommunicationClient.cpp534 if (!SetCurrentThread(tid))
2581 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { function in class:GDBRemoteCommunicationClient

Completed in 242 milliseconds