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

/freebsd-12-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_common_mac.cpp92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } function in namespace:__lsan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp206 void SetCurrentThread(MsanThread *tsd) { function in namespace:__msan
237 void SetCurrentThread(MsanThread *t) { function in namespace:__msan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp427 void SetCurrentThread(AsanThread *t) { function in namespace:__asan
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2581 bool GDBRemoteCommunicationClient::SetCurrentThread(uint64_t tid) { function in class:GDBRemoteCommunicationClient

Completed in 45 milliseconds