Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h279 …pthread_t m_stdio_thread; // Thread ID for the thread that watches f… variable
DMachProcess.cpp83 m_stdio_thread (0), in MachProcess()
341 return ::pthread_create (&m_stdio_thread, NULL, MachProcess::STDIOThread, this) == 0; in StartSTDIOThread()