Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkevent_pty.c148 ssize_t rdsize = read(fd, &c, sizeof(c)); in reader_thread() local
149 if (rdsize == -1) { in reader_thread()
157 T_ASSERT_POSIX_SUCCESS(rdsize, "read on PTY"); in reader_thread()
159 } else if (rdsize == 0) { in reader_thread()