HomeSort by: relevance | last modified time | path
    Searched refs:EPOLL_CTL_ADD (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/kernel/
t_epoll.c 99 ATF_REQUIRE_EQ_MSG(epoll_ctl(-1, EPOLL_CTL_ADD, fd, &event), -1,
119 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_ADD, -1, &event), -1,
140 RL(epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &event));
142 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &event), -1,
185 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd, EPOLL_CTL_ADD, epfd, &event), -1,
204 RL(epoll_ctl(epfd1, EPOLL_CTL_ADD, epfd2, &event));
205 ATF_REQUIRE_EQ_MSG(epoll_ctl(epfd2, EPOLL_CTL_ADD, epfd1, &event), -1,
226 RL(epoll_ctl(tmp, EPOLL_CTL_ADD, epfd, &event));
230 ATF_REQUIRE_EQ_MSG(epoll_ctl(tmp, EPOLL_CTL_ADD, epfd, &event), -1,
  /src/sys/sys/
epoll.h 58 #define EPOLL_CTL_ADD 1
  /src/sys/kern/
sys_epoll.c 317 case EPOLL_CTL_ADD:
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 119 const int EPOLL_CTL_ADD = 1;
1822 if (op == EPOLL_CTL_ADD && epfd >= 0)

Completed in 15 milliseconds