Searched refs:GetBasicInfo (Results 1 – 2 of 2) sorted by relevance
230 MachThread::GetBasicInfo(m_mach_port_number, &m_basic_info); in ThreadDidStop()243 const struct thread_basic_info *NativeThreadDarwin::GetBasicInfo() const { in GetBasicInfo() function in NativeThreadDarwin244 if (GetBasicInfo(m_mach_thread_port, &m_basic_info)) in GetBasicInfo()249 bool NativeThreadDarwin::GetBasicInfo(::thread_t thread, in GetBasicInfo() function in NativeThreadDarwin264 GetBasicInfo(); in IsUserReady()
97 const struct thread_basic_info *GetBasicInfo() const;99 static bool GetBasicInfo(::thread_t thread,