Home
last modified time | relevance | path

Searched defs:GetCurrentThread (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_linux.cc23 u32 GetCurrentThread() { return current_thread_tid; } in GetCurrentThread() function
H A Dlsan_common_mac.cc88 u32 GetCurrentThread() { in GetCurrentThread() function
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_linux.cc202 MsanThread *GetCurrentThread() { in GetCurrentThread() function
234 MsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h176 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cc304 Thread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc404 AsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp313 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() function in Host