Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 4 of 4) sorted by relevance

/libuv/src/unix/
H A Dos390-syscalls.h35 #define EPOLL_CTL_MOD 3 macro
H A Dlinux.c257 STATIC_ASSERT(EPOLL_CTL_MOD < 4);
1235 assert(op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD); in uv__epoll_ctl_prep()
1321 EPOLL_CTL_MOD, in uv__epoll_ctl_flush()
1390 op = EPOLL_CTL_MOD; in uv__io_poll()
1417 if (epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &e)) in uv__io_poll()
H A Dos390.c859 op = EPOLL_CTL_MOD; in uv__io_poll()
871 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
H A Dos390-syscalls.c264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()

Completed in 16 milliseconds