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

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c74 void writer(int controlfd, int writefd, char* buf, void* cookie);
322 writer(int controlfd, int writefd, char* buf, void* cookie) argument
333 if ((n = write(writefd, buf, state->xfer)) < 0) {
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c155 open_fifo(const char *path, int *readfd, int *writefd) argument
171 *writefd = tmpwritefd;
390 int i, kqfd, filefd = -1, res2, res, cnt, status, writefd = -1; local
416 open_fifo(test->t_watchfile, &filefd, &writefd);
428 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd);
435 dowr.act_fd = writefd;
491 close(writefd);

Completed in 22 milliseconds