Home
last modified time | relevance | path

Searched refs:epollfd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Deloop.c92 int epollfd; member
168 eloop.epollfd = epoll_create1(0); in eloop_init()
169 if (eloop.epollfd < 0) { in eloop_init()
218 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_ADD, sock, &ev) < 0) { in eloop_sock_queue()
413 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
1156 res = epoll_wait(eloop.epollfd, eloop.epoll_events, in eloop_run()
1300 close(eloop.epollfd); in eloop_destroy()
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt303 an epollfd to do so, instead of a socketpair. This is supposed to be
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt303 an epollfd to do so, instead of a socketpair. This is supposed to be