Searched refs:op (Results 1 – 8 of 8) sorted by relevance
/libuv/src/unix/ |
H A D | os390-syscalls.c | 237 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 D | linux.c | 285 int op, 1256 assert(op == EPOLL_CTL_ADD || op == EPOLL_CTL_MOD); in uv__epoll_ctl_prep() 1271 sqe->len = op; in uv__epoll_ctl_prep() 1290 int op; in uv__epoll_ctl_flush() local 1327 op = 3 & cqe->user_data; in uv__epoll_ctl_flush() 1330 if (op == EPOLL_CTL_DEL) in uv__epoll_ctl_flush() 1333 if (op != EPOLL_CTL_ADD) in uv__epoll_ctl_flush() 1371 int op; in uv__io_poll() local 1411 op = EPOLL_CTL_MOD; in uv__io_poll() 1413 op = EPOLL_CTL_ADD; in uv__io_poll() [all …]
|
H A D | os390-syscalls.h | 56 int epoll_ctl(uv__os390_epoll* ep, int op, int fd, struct epoll_event *event);
|
H A D | kqueue.c | 179 int op; in uv__io_poll() local 205 op = EV_ADD; in uv__io_poll() 211 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll() 214 EV_SET(events + nevents, w->fd, filter, op, fflags, 0, 0); in uv__io_poll()
|
H A D | os390.c | 826 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 D | dns.rst | 95 Free the struct addrinfo. Passing NULL is allowed and is a no-op.
|
H A D | udp.rst | 63 * This flag is no-op on platforms other than Linux.
|
/libuv/ |
H A D | ChangeLog | 316 * linux: retry fs op if unsupported by io_uring (Santiago Gimeno) 559 * unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis) 3385 * win: remove __declspec(inline) from atomic op (Keane) 4536 * unix: make setting the tty mode to the same value a no-op (Saúl Ibarra
|
Completed in 26 milliseconds