Searched defs:ProcessID (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBContext.h67 nub_process_t ProcessID() const { return m_pid; } function in class:RNBContext
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h159 pid_t ProcessID () const { return m_pid; } function in class:MachProcess
H A DMachThread.cpp341 MachThread::ProcessID() const function in class:MachThread
344 return m_process->ProcessID();
687 int len = ::proc_pidinfo (m_process->ProcessID(), PROC_PIDTHREADINFO, m_ident_info.thread_handle, &m_proc_threadinfo, sizeof (m_proc_threadinfo));

Completed in 373 milliseconds