Searched refs:m_stdio_thread (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h279 pthread_t m_stdio_thread; // Thread ID for the thread that watches for child process stdio member in class:MachProcess
H A DMachProcess.cpp83 m_stdio_thread (0),
341 return ::pthread_create (&m_stdio_thread, NULL, MachProcess::STDIOThread, this) == 0;

Completed in 364 milliseconds