Home
last modified time | relevance | path

Searched defs:POLLOUT (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/newlib/platform_include/sys/
Dpoll.h23 #define POLLOUT (1u << 3) /* normal data may be written without blocking */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dpoll.h14 #define POLLOUT 0x004 macro
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h518 #define POLLOUT 0x2 macro