Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp229 Status error = m_trigger_pipe.CreateNew(/*child_process_inherit=*/false);
231 const int trigger_pipe_fd = m_trigger_pipe.GetReadFileDescriptor();
251 m_read_fds.erase(m_trigger_pipe.GetReadFileDescriptor());
252 m_trigger_pipe.Close();
407 Status error = m_trigger_pipe.Write(&c, 1, bytes_written);
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h90 Pipe m_trigger_pipe; variable