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

  /external/lldb/tools/debugserver/source/MacOSX/
MachThreadList.h 61 thread_t GetMachPortNumberByThreadID (nub_thread_t globally_unique_id) const;
MachThreadList.cpp 76 thread_t mach_port_number = GetMachPortNumberByThreadID (tid);
150 MachThreadList::GetMachPortNumberByThreadID (nub_thread_t globally_unique_id) const
MachProcess.cpp 193 return m_thread_list.GetMachPortNumberByThreadID(m_thread_list.CurrentThreadID());
    [all...]

Completed in 3196 milliseconds