t_epoll.c | 89 "Checks that epoll_ctl detects an invalid epfd"); 113 int epfd; local in function:ATF_TC_BODY 116 RL(epfd = epoll_create1(0)); 119 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_ADD, -1, &event), -1, 133 int epfd, fd; local in function:ATF_TC_BODY 136 RL(epfd = epoll_create1(0)); 140 RL(epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &event)); 142 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &event), -1, 156 int epfd, fd; local in function:ATF_TC_BODY 159 RL(epfd = epoll_create1(0)) 181 int epfd; local in function:ATF_TC_BODY 219 int epfd, tmp; local in function:ATF_TC_BODY [all...] |