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

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c161 int tmpreadfd, tmpwritefd; local
165 tmpwritefd = open(path, O_WRONLY);
168 fcntl(tmpwritefd, F_SETFL, O_WRONLY | O_NONBLOCK);
170 if ((waitres == 0) && (tmpwritefd >= 0) && (tmpreadfd >= 0)) {
172 *writefd = tmpwritefd;

Completed in 100 milliseconds