Home
last modified time | relevance | path

Searched defs:SetCurrentThread (Results 1 – 5 of 5) sorted by relevance

/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_common_mac.cc93 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } in SetCurrentThread() function
/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
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc428 void SetCurrentThread(AsanThread *t) { in SetCurrentThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2546 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { in SetCurrentThread() function in GDBRemoteCommunicationClient