Searched refs:efd (Results 1 – 2 of 2) sorted by relevance
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test.cpp | 209 int efd = eventfd(0, 0); in TEST_F() local 210 ASSERT_GE(efd, 0) << "Failed to create eventfd"; in TEST_F() 211 unique_fd uniqueEventFd(efd); in TEST_F() 214 h->data[0] = efd; in TEST_F() 236 event.data.fd = efd; in TEST_F() 237 int rc = epoll_ctl(epollFd, EPOLL_CTL_ADD, efd, &event); in TEST_F()
|
/system/tools/aidl/tests/lazy_test/ |
D | main.cpp | 227 int efd = eventfd(0, 0); in TEST_F() local 228 ASSERT_GE(efd, 0) << "Failed to create eventfd"; in TEST_F() 230 unique_fd uniqueEventFd(efd); in TEST_F() 251 event.data.fd = efd; in TEST_F() 252 int rc = epoll_ctl(epollFd, EPOLL_CTL_ADD, efd, &event); in TEST_F()
|