Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h194 pthread_t m_waitpid_thread; variable
H A DNativeProcessDarwin.cpp166 m_thread_actions(), m_waitpid_pipe(), m_waitpid_thread(nullptr), in NativeProcessDarwin()
916 ::pthread_create(&m_waitpid_thread, nullptr, WaitpidThread, this); in StartWaitpidThread()