Searched refs:m_mach_thread_port (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp44 m_mach_thread_port(mach_thread_port), m_basic_info(),
53 kern_return_t kret = ::thread_info(m_mach_thread_port, THREAD_IDENTIFIER_INFO,
131 m_mach_thread_port);
243 if (GetBasicInfo(m_mach_thread_port, &m_basic_info))
H A DNativeThreadDarwin.h120 thread_t GetMachPortNumber() const { return m_mach_thread_port; }
140 ::thread_t m_mach_thread_port; member in class:lldb_private::process_darwin::NativeThreadDarwin

Completed in 283 milliseconds