Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dkqueue_file_tests.c225 open_fifo(const char *path, int *readfd, int *writefd) in open_fifo() argument
245 *writefd = tmpwritefd; in open_fifo()
504 int i, kqfd, filefd = -1, res2, res, cnt, writefd = -1; in execute_test() local
532 open_fifo(test->t_watchfile, &filefd, &writefd); in execute_test()
548 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd); in execute_test()
555 dowr.act_fd = writefd; in execute_test()
612 close(writefd); in execute_test()