Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h389 pthread_t m_stdio_thread; // Thread ID for the thread that watches for child variable
DMachProcess.mm502 m_flags(eMachProcessFlagsNone), m_stdio_thread(0), function
1367 return ::pthread_create(&m_stdio_thread, NULL, MachProcess::STDIOThread,