Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dpoll_select_kevent_paired_fds.c57 #define READ_TIMEOUT_SECS 4 macro
61 static mach_timespec_t READ_timeout = {.tv_sec = READ_TIMEOUT_SECS, .tv_nsec = 0};
228 struct timespec timeout = { .tv_sec = READ_TIMEOUT_SECS }; in drive_kq()
248 .data = READ_TIMEOUT_SECS in drive_kq()
568 int pol = poll(fds, 1, READ_TIMEOUT_SECS * 1000); in read_from_fd()
573 READ_TIMEOUT_SECS, final_length, strlen(EXPECTED_STRING)); in read_from_fd()
590 struct timeval tv = { .tv_sec = READ_TIMEOUT_SECS }; in read_from_fd()
610 READ_TIMEOUT_SECS); in read_from_fd()