Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dpoll.h24 #define POLLNVAL ZSOCK_POLLNVAL macro
/Zephyr-latest/tests/posix/headers/src/
Dpoll_h.c37 zassert_not_equal(-1, POLLNVAL); in ZTEST()
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp84 if (pfd.revents & POLLNVAL) { in read_virt()