Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h404 pthread_t m_stdio_thread; // Thread ID for the thread that watches for child variable
H A DMachProcess.mm514 m_flags(eMachProcessFlagsNone), m_stdio_thread(0), function