Searched refs:e (Results 1 – 21 of 21) sorted by relevance
/libuv/src/unix/ |
H A D | linux.c | 505 struct epoll_event e; in uv__iou_init() local 583 memset(&e, 0, sizeof(e)); in uv__iou_init() 584 e.events = POLLIN; in uv__iou_init() 585 e.data.fd = ringfd; in uv__iou_init() 737 memset(&e, 0, sizeof(e)); in uv__io_check_fd() 738 e.events = POLLIN; in uv__io_check_fd() 739 e.data.fd = -1; in uv__io_check_fd() 1263 *pe = *e; in uv__epoll_ctl_prep() 1403 memset(&e, 0, sizeof(e)); in uv__io_poll() 2572 for (p = buf; p < buf + size; p += sizeof(*e) + e->len) { in uv__inotify_read() [all …]
|
H A D | os390.c | 816 struct epoll_event e; in uv__io_poll() local 853 e.events = w->pevents; in uv__io_poll() 854 e.fd = w->fd; in uv__io_poll() 864 if (epoll_ctl(loop->ep, op, w->fd, &e)) { in uv__io_poll() 871 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
|
/libuv/src/ |
H A D | uv-common.h | 367 #define uv__metrics_inc_events(loop, e) \ argument 369 uv__get_loop_metrics(loop)->metrics.events += (e); \ 372 #define uv__metrics_inc_events_waiting(loop, e) \ argument 374 uv__get_loop_metrics(loop)->metrics.events_waiting += (e); \
|
/libuv/docs/src/ |
H A D | metrics.rst | 54 event provider (e.g. ``epoll_wait``). The call is thread safe.
|
H A D | threadpool.rst | 21 function makes use of the threadpool (i.e. when using :c:func:`uv_queue_work`)
|
H A D | fs_poll.rst | 26 not called again until something changes (e.g. when the file is created
|
H A D | request.rst | 117 e.g. `"connect"` (as in :c:type:`uv_connect_t`) for `UV_CONNECT`.
|
H A D | threading.rst | 86 `0` indicates that the default value should be used, i.e. behaves as if the flag was not set. 243 to facilitate cleanup, i.e.
|
H A D | signal.rst | 50 * SIGABRT will not be caught by libuv if generated by `abort()`, e.g. through `assert()`.
|
H A D | fs.rst | 246 On Windows, under non-MSVC environments (e.g. when GCC or Clang is used 260 On Windows, under non-MSVC environments (e.g. when GCC or Clang is used 609 block device is in use by the system (e.g., mounted), the open will fail
|
H A D | stream.rst | 234 interface remains unchanged otherwise, e.g. completion or failure of the
|
H A D | handle.rst | 266 e.g. `"pipe"` (as in :c:type:`uv_pipe_t`) for `UV_NAMED_PIPE`.
|
H A D | misc.rst | 426 Returns [0,0,0] on Windows (i.e., it's not implemented). 475 interface identifier in scoped IPv6 addresses, e.g. 479 identifier, as Windows uses numerical interface identifiers, e.g.
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). 96 # requires special compiler flags (e.g. on Tru64 or Sequent). 123 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the 201 # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
|
/libuv/docs/src/guide/ |
H A D | introduction.rst | 42 mechanisms like kqueue or (e)poll is IOCP. libuv was an abstraction around libev
|
H A D | basics.rst | 21 e = get the next event 22 if there is a callback associated with e:
|
H A D | processes.rst | 322 point to a valid file (e.g. ``/tmp/echo.sock``). On Windows, ``name`` follows a
|
/libuv/ |
H A D | AUTHORS | 115 Benjamin Saunders <ben.e.saunders@gmail.com> 305 Jacob Segal <jacob.e.segal@gmail.com> 458 Issam E. Maghni <issam.e.maghni@mailbox.org>
|
H A D | CONTRIBUTING.md | 101 subsystem (e.g. "net: add localAddress and localPort to Socket").
|
H A D | README.md | 224 (e.g. "x86_64 i386").
|
H A D | LICENSE-docs | 99 e. Exceptions and Limitations means fair use, fair dealing, and/or
|
Completed in 37 milliseconds