Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fuchsia.cc139 SetCurrentThread(t); in CreateMainThread()
179 SetCurrentThread(thread); in ThreadStartHook()
H A Dasan_thread.cc281 SetCurrentThread(main_thread); in CreateMainThread()
419 SetCurrentThread(tctx->thread); in GetCurrentThread()
428 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
H A Dasan_thread.h191 void SetCurrentThread(AsanThread *t);
H A Dasan_rtems.cc179 SetCurrentThread(thread); in ThreadStartHook()
H A Dasan_mac.cc187 SetCurrentThread(t); in asan_register_worker_thread()
H A Dasan_win.cc135 SetCurrentThread(t); in asan_thread_start()
H A Dasan_interceptors.cc200 SetCurrentThread(t); in asan_thread_start()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_linux.cc24 void SetCurrentThread(u32 tid) { current_thread_tid = tid; } in SetCurrentThread() function
H A Dlsan_thread.h55 void SetCurrentThread(u32 tid);
H A Dlsan.cc103 SetCurrentThread(tid); in __lsan_init()
H A Dlsan_common_mac.cc93 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
H A Dlsan_mac.cc74 SetCurrentThread(tid); in lsan_register_worker_thread()
H A Dlsan_thread.cc95 SetCurrentThread(kInvalidTid); in ThreadFinish()
H A Dlsan_interceptors.cc365 SetCurrentThread(tid); in __lsan_thread_start_func()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_linux.cc207 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread() function
238 void SetCurrentThread(MsanThread *t) { in SetCurrentThread() function
H A Dmsan_thread.h67 void SetCurrentThread(MsanThread *t);
H A Dmsan.cc450 SetCurrentThread(main_thread); in __msan_init()
H A Dmsan_interceptors.cc1022 SetCurrentThread(t); in MsanThreadStartFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h72 nub_thread_t SetCurrentThread (nub_thread_t tid);
H A DNativeThreadListDarwin.cpp103 NativeThreadListDarwin::SetCurrentThread(nub_thread_t tid)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h334 bool SetCurrentThread(uint64_t tid);
H A DGDBRemoteCommunicationClient.cpp540 if (!SetCurrentThread(tid)) in SendThreadSpecificPacketAndWaitForResponse()
2546 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread() function in GDBRemoteCommunicationClient