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

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c57 int act_fd; member in struct:_action
261 res = write((int)act->act_fd, TEST_STRING, strlen(TEST_STRING));
269 while (write((int)act->act_fd, "a", 1) > 0);
276 res = lseek((int)act->act_fd, (int)args[0], SEEK_SET);
429 test->t_helpthreadact.act_fd = (writefd >= 0 ? writefd : filefd);
436 dowr.act_fd = writefd;

Completed in 65 milliseconds