Searched refs:O_NONBLOCK (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h130 #define O_NONBLOCK 0x0004 /* no delay */ macro
217 #define FNONBLOCK O_NONBLOCK /* kernel */
218 #define FNDELAY O_NONBLOCK /* compat */
219 #define O_NDELAY O_NONBLOCK /* compat */
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c241 if ((ap->a_mode & FREAD) && (ap->a_mode & O_NONBLOCK) == 0) {
254 if (ap->a_mode & O_NONBLOCK) {
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c167 fcntl(tmpwritefd, F_SETFL, O_WRONLY | O_NONBLOCK);

Completed in 22 milliseconds