Home
last modified time | relevance | path

Searched refs:e (Results 1 – 21 of 21) sorted by path

/libuv/
H A DAUTHORS115 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 DCONTRIBUTING.md101 subsystem (e.g. "net: add localAddress and localPort to Socket").
H A DLICENSE-docs99 e. Exceptions and Limitations means fair use, fair dealing, and/or
H A DREADME.md224 (e.g. "x86_64 i386").
/libuv/docs/src/
H A Dfs.rst236 On Windows, under non-MSVC environments (e.g. when GCC or Clang is used
250 On Windows, under non-MSVC environments (e.g. when GCC or Clang is used
599 block device is in use by the system (e.g., mounted), the open will fail
H A Dfs_poll.rst26 not called again until something changes (e.g. when the file is created
H A Dhandle.rst266 e.g. `"pipe"` (as in :c:type:`uv_pipe_t`) for `UV_NAMED_PIPE`.
H A Dmetrics.rst54 event provider (e.g. ``epoll_wait``). The call is thread safe.
H A Dmisc.rst414 Returns [0,0,0] on Windows (i.e., it's not implemented).
463 interface identifier in scoped IPv6 addresses, e.g.
467 identifier, as Windows uses numerical interface identifiers, e.g.
H A Drequest.rst113 e.g. `"connect"` (as in :c:type:`uv_connect_t`) for `UV_CONNECT`.
H A Dsignal.rst50 * SIGABRT will not be caught by libuv if generated by `abort()`, e.g. through `assert()`.
H A Dstream.rst234 interface remains unchanged otherwise, e.g. completion or failure of the
H A Dthreading.rst86 `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 Dthreadpool.rst21 function makes use of the threadpool (i.e. when using :c:func:`uv_queue_work`)
/libuv/docs/src/guide/
H A Dbasics.rst21 e = get the next event
22 if there is a callback associated with e:
H A Dintroduction.rst42 mechanisms like kqueue or (e)poll is IOCP. libuv was an abstraction around libev
H A Dprocesses.rst322 point to a valid file (e.g. ``/tmp/echo.sock``). On Windows, ``name`` follows a
/libuv/m4/
H A Dax_pthread.m434 # 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/src/unix/
H A Dlinux.c507 struct epoll_event e; in uv__iou_init() local
578 memset(&e, 0, sizeof(e)); in uv__iou_init()
579 e.events = POLLIN; in uv__iou_init()
580 e.data.fd = ringfd; in uv__iou_init()
733 memset(&e, 0, sizeof(e)); in uv__io_check_fd()
734 e.events = POLLIN; in uv__io_check_fd()
735 e.data.fd = -1; in uv__io_check_fd()
1234 *pe = *e; in uv__epoll_ctl_prep()
1374 memset(&e, 0, sizeof(e)); in uv__io_poll()
2543 for (p = buf; p < buf + size; p += sizeof(*e) + e->len) { in uv__inotify_read()
[all …]
H A Dos390.c816 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 Duv-common.h367 #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); \

Completed in 63 milliseconds