Home
last modified time | relevance | path

Searched refs:GetBasicInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp230 MachThread::GetBasicInfo(m_mach_port_number, &m_basic_info); in ThreadDidStop()
243 const struct thread_basic_info *NativeThreadDarwin::GetBasicInfo() const { in GetBasicInfo() function in NativeThreadDarwin
244 if (GetBasicInfo(m_mach_thread_port, &m_basic_info)) in GetBasicInfo()
249 bool NativeThreadDarwin::GetBasicInfo(::thread_t thread, in GetBasicInfo() function in NativeThreadDarwin
264 GetBasicInfo(); in IsUserReady()
H A DNativeThreadDarwin.h97 const struct thread_basic_info *GetBasicInfo() const;
99 static bool GetBasicInfo(::thread_t thread,