Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedThreadInterface.h28 virtual lldb::tid_t GetThreadID() { return LLDB_INVALID_THREAD_ID; } in GetThreadID() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stoptheworld.h41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
HDsanitizer_stoptheworld_win.cpp69 tid_t SuspendedThreadsListWindows::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::__anon1bffa9e10111::SuspendedThreadsListWindows
HDsanitizer_stoptheworld_mac.cpp114 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
HDsanitizer_stoptheworld_netbsd_libcdep.cpp316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD
HDsanitizer_stoptheworld_linux_libcdep.cpp542 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPythonInterface.cpp44 lldb::tid_t ScriptedThreadPythonInterface::GetThreadID() { in GetThreadID() function in ScriptedThreadPythonInterface
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp106 lldb::tid_t BreakpointLocation::GetThreadID() { in GetThreadID() function in BreakpointLocation
HDBreakpoint.cpp344 lldb::tid_t Breakpoint::GetThreadID() const { in GetThreadID() function in Breakpoint
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp316 tid_t SBBreakpointLocation::GetThreadID() { in GetThreadID() function in SBBreakpointLocation
HDSBBreakpointName.cpp364 tid_t SBBreakpointName::GetThreadID() { in GetThreadID() function in SBBreakpointName
HDSBBreakpoint.cpp356 tid_t SBBreakpoint::GetThreadID() { in GetThreadID() function in SBBreakpoint
HDSBThread.cpp376 lldb::tid_t SBThread::GetThreadID() const { in GetThreadID() function in SBThread
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeRegisterContext.cpp237 lldb::tid_t NativeRegisterContext::GetThreadID() const { in GetThreadID() function in NativeRegisterContext
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContext.cpp262 lldb::tid_t RegisterContext::GetThreadID() const { return m_thread.GetID(); } in GetThreadID() function in RegisterContext
/freebsd-14-stable/contrib/ncurses/ncurses/
HDcurses.priv.h669 # define GetThreadID() (((pthread_self)) ? pthread_self() : (pthread_t) getpid()) macro
671 # define GetThreadID() pthread_self() macro