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

/freebsd-13-stable/tools/regression/poll/
H A Dsockpoll.c63 set_nonblocking(int sck) function
86 if (set_nonblocking(fd[0]) == -1)
88 if (set_nonblocking(fd[1]) == -1)
/freebsd-13-stable/tests/sys/fifo/
H A Dfifo_io.c170 set_nonblocking(int fd, const char *testname) function
221 if (set_nonblocking(fd, testname) < 0)
444 if (set_nonblocking(reader_fd, __func__) < 0) {
551 if (set_nonblocking(reader_fd, __func__) < 0) {
673 if (set_nonblocking(writer_fd, __func__) < 0) {
1245 if (set_nonblocking(writer_fd, "test_events") < 0) {

Completed in 98 milliseconds