Searched refs:EFD_SEMAPHORE (Results 1 – 5 of 5) sorted by relevance
26 zassert_not_equal(-1, EFD_SEMAPHORE); in ZTEST()
16 #define EFD_SEMAPHORE ZVFS_EFD_SEMAPHORE macro
97 reopen(&fixture->fd, 0, EFD_NONBLOCK | EFD_SEMAPHORE); in ZTEST_F()
25 reopen(&fixture->fd, 0, EFD_SEMAPHORE); in ZTEST_F()
36 xport(int fd) : xport(fd, eventfd(0, EFD_SEMAPHORE)) in xport()