Home
last modified time | relevance | path

Searched refs:evfd (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c51 static int evfd; variable
64 io_set_eventfd(&iocb, evfd); in async_write()
81 TEST(read(evfd, &val, sizeof(val))); in clear_counter()
85 SAFE_WRITE(0, evfd, &max, sizeof(max)); in clear_counter()
108 SAFE_READ(0, evfd, &count, sizeof(count)); in test_select()
120 pollfd.fd = evfd; in test_poll()
132 SAFE_READ(0, evfd, &count, sizeof(count)); in test_poll()
143 evfd = TST_EXP_FD(eventfd(0, EFD_NONBLOCK)); in setup()
148 SAFE_CLOSE(evfd); in cleanup()

Completed in 1 milliseconds