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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dfcntl_ndelay.c32 * measures O_NDELAY on socket
56 "notes: measures F_GETFL/F_SETFL O_NDELAY on socket\n");
85 flags |= O_NDELAY;
92 flags &= ~O_NDELAY;
H A Dgetpeername.c122 if (fcntl(sock3, F_SETFL, O_NDELAY) == -1) {
H A Dconnection.c149 if (fcntl(ts->ts_lsns[i], F_SETFL, O_NDELAY) == -1) {
208 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
H A Dclose_tcp.c172 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
H A Dpipe.c402 if (fcntl(ts->ts_out, F_SETFL, O_NDELAY) == -1) {
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h219 #define O_NDELAY O_NONBLOCK /* compat */ macro

Completed in 28 milliseconds