Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
H A Dsanitizer_stoptheworld_mac.cpp111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD
H A Dsanitizer_stoptheworld_linux_libcdep.cpp535 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp114 lldb::tid_t BreakpointLocation::GetThreadID() { in GetThreadID() function in BreakpointLocation
H A DBreakpoint.cpp348 lldb::tid_t Breakpoint::GetThreadID() const { in GetThreadID() function in Breakpoint
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp316 tid_t SBBreakpointLocation::GetThreadID() { in GetThreadID() function in SBBreakpointLocation
H A DSBBreakpointName.cpp375 tid_t SBBreakpointName::GetThreadID() { in GetThreadID() function in SBBreakpointName
H A DSBBreakpoint.cpp366 tid_t SBBreakpoint::GetThreadID() { in GetThreadID() function in SBBreakpoint
H A DSBThread.cpp383 lldb::tid_t SBThread::GetThreadID() const { in GetThreadID() function in SBThread
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp232 lldb::tid_t NativeRegisterContext::GetThreadID() const { in GetThreadID() function in NativeRegisterContext
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp282 lldb::tid_t RegisterContext::GetThreadID() const { return m_thread.GetID(); } in GetThreadID() function in RegisterContext
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h623 # define GetThreadID() (((pthread_self)) ? pthread_self() : (pthread_t) getpid()) macro
625 # define GetThreadID() pthread_self() macro