Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/newlib/platform_include/sys/
Dpoll.h18 #define POLLIN (1u << 0) /* data other than high-priority may be read without blocking */ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dpoll.h12 #define POLLIN 0x001 macro
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h517 #define POLLIN 0x1 macro