Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp243 MsanThread *GetCurrentThread() { GetCurrentThread() function
275 MsanThread *GetCurrentThread() { GetCurrentThread() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp110 DFsanThread *GetCurrentThread() { return dfsan_current_thread; } GetCurrentThread() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp190 MemprofThread *GetCurrentThread() { GetCurrentThread() function
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp101 lldb::thread_t Host::GetCurrentThread() { in GetCurrentThread() function in Host
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h221 NativeThreadProtocol *GetCurrentThread() { in GetCurrentThread() function
/llvm-project/lldb/source/Host/common/
H A DHost.cpp257 lldb::thread_t Host::GetCurrentThread() { GetCurrentThread() function in Host
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp426 AsanThread *GetCurrentThread() { GetCurrentThread() function
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.h162 nub_thread_t GetCurrentThread() const { in GetCurrentThread() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1214 nub_thread_t MachProcess::GetCurrentThread() { function
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp262 Thread *GetCurrentThread() { in GetCurrentThread() function
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1882 NativeThreadLinux *NativeProcessLinux::GetCurrentThread() { GetCurrentThread() function in NativeProcessLinux