HomeSort by relevance Sort by last modified time
    Searched refs:m_basic_info (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 99 times_to_resume = m_basic_info.suspend_count;
123 times_to_resume = m_basic_info.suspend_count;
152 m_suspend_count = m_basic_info.suspend_count;
253 if (m_basic_info.run_state == 0)
256 switch (m_basic_info.run_state)
274 if (MachThread::GetBasicInfo(m_mach_port_number, &m_basic_info))
275 return &m_basic_info;
353 switch (m_basic_info.run_state)
369 m_basic_info.user_time.seconds, m_basic_info.user_time.microseconds
    [all...]
MachThread.h 128 struct thread_basic_info m_basic_info; // Basic information for a thread used to see if a thread is valid member in class:MachThread

Completed in 33 milliseconds