Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp23 ThreadContextLsanBase *GetCurrentThread() { return current_thread; } in GetCurrentThread() function
H A Dlsan_common_mac.cpp104 ThreadContextLsanBase *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp244 MsanThread *GetCurrentThread() { in GetCurrentThread() function
276 MsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp110 DFsanThread *GetCurrentThread() { return dfsan_current_thread; } in GetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp190 MemprofThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp257 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() function in Host
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp426 AsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp262 Thread *GetCurrentThread() { in GetCurrentThread() function