Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dlinux.c401 unsigned int mask, in uv__statx() argument
757 uint32_t mask; in uv__iou_get_sqe() local
783 mask = iou->sqmask; in uv__iou_get_sqe()
785 if ((head & mask) == ((tail + 1) & mask)) in uv__iou_get_sqe()
788 slot = tail & mask; in uv__iou_get_sqe()
1149 uint32_t mask; in uv__poll_io_uring() local
1158 mask = iou->cqmask; in uv__poll_io_uring()
1163 e = &cqe[i & mask]; in uv__poll_io_uring()
1232 uint32_t mask; in uv__epoll_ctl_prep() local
1238 mask = ctl->sqmask; in uv__epoll_ctl_prep()
[all …]
H A Dprocess.c189 int mask; in uv__process_init_stdio() local
192 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
194 switch (container->flags & mask) { in uv__process_init_stdio()
H A Dinternal.h451 unsigned int mask,
/libuv/docs/src/
H A Dfs_event.rst48 The `events` parameter is an ORed mask of :c:enum:`uv_fs_event` elements.
112 `path` for changes. `flags` can be an ORed mask of :c:enum:`uv_fs_event_flags`.
H A Dpoll.rst110 fine. Doing so will update the events mask that is being watched for.
H A Dmisc.rst380 On Linux, inspects the calling thread's CPU affinity mask to determine if
405 Returns the maximum size of the mask used for process/thread affinities,
/libuv/docs/src/guide/
H A Dutilities.rst276 mask with the new value. ``curl_perform`` is the crux of this program.
/libuv/
H A DChangeLog563 * process: reset the signal mask if the fork fails (Jameson Nash)
2999 * unix: reset signal mask before execve() (Ben Noordhuis)

Completed in 41 milliseconds