Searched defs:have_pipe_fd (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp671 const bool have_pipe_fd = pipe_fd >= 0; local
684 if (have_pipe_fd)
691 if (have_pipe_fd)
707 if (have_pipe_fd)
748 if (have_pipe_fd && FD_ISSET(pipe_fd, read_fds.data()))
826 const bool have_pipe_fd = pipe_fd >= 0;
828 if (have_pipe_fd)
838 if (have_pipe_fd)
847 if (have_pipe_fd)
863 if (have_pipe_fd)
[all...]

Completed in 172 milliseconds