Home
last modified time | relevance | path

Searched refs:op (Results 1 – 8 of 8) sorted by relevance

/libuv/src/unix/
H A Dos390-syscalls.c237 int op, in epoll_ctl() argument
242 if (op == EPOLL_CTL_DEL) { in epoll_ctl()
249 } else if (op == EPOLL_CTL_ADD) { in epoll_ctl()
264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()
H A Dlinux.c287 int op,
1235 assert(op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD); in uv__epoll_ctl_prep()
1250 sqe->len = op; in uv__epoll_ctl_prep()
1269 int op; in uv__epoll_ctl_flush() local
1306 op = 3 & cqe->user_data; in uv__epoll_ctl_flush()
1309 if (op == EPOLL_CTL_DEL) in uv__epoll_ctl_flush()
1312 if (op != EPOLL_CTL_ADD) in uv__epoll_ctl_flush()
1350 int op; in uv__io_poll() local
1390 op = EPOLL_CTL_MOD; in uv__io_poll()
1392 op = EPOLL_CTL_ADD; in uv__io_poll()
[all …]
H A Dos390-syscalls.h56 int epoll_ctl(uv__os390_epoll* ep, int op, int fd, struct epoll_event *event);
H A Dkqueue.c185 int op; in uv__io_poll() local
211 op = EV_ADD; in uv__io_poll()
217 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll()
220 EV_SET(events + nevents, w->fd, filter, op, fflags, 0, 0); in uv__io_poll()
H A Dos390.c826 int op; in uv__io_poll() local
857 op = EPOLL_CTL_ADD; in uv__io_poll()
859 op = EPOLL_CTL_MOD; in uv__io_poll()
864 if (epoll_ctl(loop->ep, op, w->fd, &e)) { in uv__io_poll()
868 assert(op == EPOLL_CTL_ADD); in uv__io_poll()
/libuv/docs/src/
H A Ddns.rst95 Free the struct addrinfo. Passing NULL is allowed and is a no-op.
H A Dudp.rst63 * This flag is no-op on platforms other than Linux.
/libuv/
H A DChangeLog267 * linux: retry fs op if unsupported by io_uring (Santiago Gimeno)
510 * unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)
3336 * win: remove __declspec(inline) from atomic op (Keane)
4487 * unix: make setting the tty mode to the same value a no-op (Saúl Ibarra

Completed in 34 milliseconds