Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dfcntl.h20 #define O_NDELAY O_NONBLOCK macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h226 #ifndef O_NDELAY
227 #define O_NDELAY O_NONBLOCK macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/uart_sample/
H A Duart.c202 if ((fd = open(uart1, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in UartOpenInit()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dfcntl.h238 #define FNDELAY O_NDELAY
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c687 if ((fd = open(uart1, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in UartOpenInit()
802 if ((fd = open(uart1, O_RDWR | O_NOCTTY | O_NDELAY)) < 0) { in AiUartTransmit()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h609 #ifndef O_NDELAY
610 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */ macro

Completed in 15 milliseconds