Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dos390-syscalls.h33 #define EPOLL_CTL_ADD 1 macro
H A Dlinux.c255 STATIC_ASSERT(EPOLL_CTL_ADD < 4);
582 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, ringfd, &e)) in uv__iou_init()
738 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_ADD, fd, &e)) in uv__io_check_fd()
1235 assert(op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD); in uv__epoll_ctl_prep()
1312 if (op != EPOLL_CTL_ADD) in uv__epoll_ctl_flush()
1392 op = EPOLL_CTL_ADD; in uv__io_poll()
1413 assert(op == EPOLL_CTL_ADD); in uv__io_poll()
H A Dos390.c857 op = EPOLL_CTL_ADD; in uv__io_poll()
868 assert(op == EPOLL_CTL_ADD); in uv__io_poll()
H A Dos390-syscalls.c249 } else if (op == EPOLL_CTL_ADD) { in epoll_ctl()

Completed in 20 milliseconds