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

/freebsd-9.3-release/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-9.3-release/tools/regression/fifo/fifo_io/
H A Dfifo_io.c171 set_nonblocking(int fd, const char *testname) function
222 if (set_nonblocking(fd, testname) < 0)
445 if (set_nonblocking(reader_fd, __func__) < 0) {
554 if (set_nonblocking(reader_fd, __func__) < 0) {
678 if (set_nonblocking(writer_fd, __func__) < 0) {
1254 if (set_nonblocking(writer_fd, "test_events") < 0) {

Completed in 110 milliseconds