Searched refs:m_stdio_thread (Results 1 – 2 of 2) sorted by relevance
279 …pthread_t m_stdio_thread; // Thread ID for the thread that watches f… variable
83 m_stdio_thread (0), in MachProcess()341 return ::pthread_create (&m_stdio_thread, NULL, MachProcess::STDIOThread, this) == 0; in StartSTDIOThread()