Home
last modified time | relevance | path

Searched defs:GetThreadID (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h29 SuspendedThreadID GetThreadID(uptr index) const { in GetThreadID() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
Dsanitizer_stoptheworld_mac.cpp111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
Dsanitizer_stoptheworld_netbsd_libcdep.cpp316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD
Dsanitizer_stoptheworld_linux_libcdep.cpp535 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h65 lldb::tid_t GetThreadID() const { return m_thread_id; } in GetThreadID() function
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.h114 lldb::tid_t GetThreadID() const { return m_thread_id; } in GetThreadID() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp115 lldb::tid_t BreakpointLocation::GetThreadID() { in GetThreadID() function in BreakpointLocation
DBreakpoint.cpp365 lldb::tid_t Breakpoint::GetThreadID() const { in GetThreadID() function in Breakpoint
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp316 tid_t SBBreakpointLocation::GetThreadID() { in GetThreadID() function in SBBreakpointLocation
DSBBreakpointName.cpp375 tid_t SBBreakpointName::GetThreadID() { in GetThreadID() function in SBBreakpointName
DSBBreakpoint.cpp366 tid_t SBBreakpoint::GetThreadID() { in GetThreadID() function in SBBreakpoint
DSBThread.cpp367 lldb::tid_t SBThread::GetThreadID() const { in GetThreadID() function in SBThread
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp232 lldb::tid_t NativeRegisterContext::GetThreadID() const { in GetThreadID() function in NativeRegisterContext
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp268 lldb::tid_t RegisterContext::GetThreadID() const { return m_thread.GetID(); } in GetThreadID() function in RegisterContext
/external/google-breakpad/src/processor/
Dminidump.cc1614 bool MinidumpThread::GetThreadID(uint32_t *thread_id) const { in GetThreadID() function in google_breakpad::MinidumpThread
3218 bool MinidumpException::GetThreadID(uint32_t *thread_id) const { in GetThreadID() function in google_breakpad::MinidumpException