Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dkqueue_file_tests.c230 int *tmpreadfd, tmpwritefd; in open_fifo() local
235 if ((tmpwritefd = open(path, O_WRONLY)) == -1) { in open_fifo()
241 fcntl(tmpwritefd, F_SETFL, O_WRONLY | O_NONBLOCK); in open_fifo()
243 if ((waitres == 0) && (tmpwritefd >= 0) && (*tmpreadfd >= 0)) { in open_fifo()
245 *writefd = tmpwritefd; in open_fifo()