Searched defs:O_NONBLOCK (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/sys/
H A Dfcntl.h90 #define O_NONBLOCK 0x0004 /* no delay */ macro
/barrelfish-master/include/
H A Dfcntl.h90 #define O_NONBLOCK 0x0004 /* no delay */ macro
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_client.c1335 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
H A Ds_server.c1931 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK); local
/barrelfish-master/include/lwip2/lwip/
H A Dsockets.h395 #define O_NONBLOCK 1 /* nonblocking I/O */ macro

Completed in 101 milliseconds