Home | History | Annotate | Download | only in ipc

Lines Matching refs:F_SETFL

218   if (fcntl(pipe_fds[0], F_SETFL, O_NONBLOCK) == -1 ||
219 fcntl(pipe_fds[1], F_SETFL, O_NONBLOCK) == -1) {