Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsys_eventfd_h.c26 zassert_not_equal(-1, EFD_SEMAPHORE); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Deventfd.h16 #define EFD_SEMAPHORE ZVFS_EFD_SEMAPHORE macro
/Zephyr-latest/tests/posix/eventfd/src/
Dstress.c97 reopen(&fixture->fd, 0, EFD_NONBLOCK | EFD_SEMAPHORE); in ZTEST_F()
Dblocking.c25 reopen(&fixture->fd, 0, EFD_SEMAPHORE); in ZTEST_F()
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport()