Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_linux.cpp23 ThreadContextLsanBase *GetCurrentThread() { return current_thread; } in GetCurrentThread() function
HDlsan_common_mac.cpp104 ThreadContextLsanBase *GetCurrentThread() { in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_linux.cpp244 MsanThread *GetCurrentThread() { in GetCurrentThread() function
276 MsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_thread.cpp110 DFsanThread *GetCurrentThread() { return dfsan_current_thread; } in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.cpp190 MemprofThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp257 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() function in Host
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_thread.cpp426 AsanThread *GetCurrentThread() { in GetCurrentThread() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan.cpp262 Thread *GetCurrentThread() { in GetCurrentThread() function