Home
last modified time | relevance | path

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

/samples/watch_queue/
Dwatch_test.c156 int pipefd[2], fd; in main() local
158 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
162 fd = pipefd[0]; in main()