Searched refs:O_NOTIFICATION_PIPE (Results 1 – 3 of 3) sorted by relevance
9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */ macro
164 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
335 if (p->flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in io_pipe_prep()