Home
last modified time | relevance | path

Searched defs:GetCurrentThread (Results 1 – 10 of 10) 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.cpp105 DFsanThread *__dfsan::GetCurrentThread() { return dfsan_current_thread; } in GetCurrentThread() function in __dfsan
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp135 NsanThread *__nsan::GetCurrentThread() { return nsan_current_thread; } in GetCurrentThread() function in __nsan
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp183 MemprofThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h217 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp242 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() function in Host
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp421 AsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp262 Thread *GetCurrentThread() { in GetCurrentThread() function