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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dfcntl.h69 #define O_NONBLOCK 0x00000004 ///< no delay macro
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c306 #ifndef O_NONBLOCK
307 # define O_NONBLOCK O_NDELAY macro
654 delay_flag &= (~O_NONBLOCK);
656 delay_flag |= O_NONBLOCK;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c301 #ifndef O_NONBLOCK
302 # define O_NONBLOCK O_NDELAY macro
642 delay_flag &= (~O_NONBLOCK);
644 delay_flag |= O_NONBLOCK;

Completed in 35 milliseconds