Searched refs:mask (Results 1 – 8 of 8) sorted by relevance
399 unsigned int mask, in uv__statx() argument763 uint32_t mask; in uv__iou_get_sqe() local788 mask = iou->sqmask; in uv__iou_get_sqe()790 if ((head & mask) == ((tail + 1) & mask)) in uv__iou_get_sqe()793 slot = tail & mask; in uv__iou_get_sqe()1171 uint32_t mask; in uv__poll_io_uring() local1180 mask = iou->cqmask; in uv__poll_io_uring()1185 e = &cqe[i & mask]; in uv__poll_io_uring()1254 uint32_t mask; in uv__epoll_ctl_prep() local1260 mask = ctl->sqmask; in uv__epoll_ctl_prep()[all …]
189 int mask; in uv__process_init_stdio() local192 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()
455 unsigned int mask,
48 The `events` parameter is an ORed mask of :c:enum:`uv_fs_event` elements.117 `path` for changes. `flags` can be an ORed mask of :c:enum:`uv_fs_event_flags`.
110 fine. Doing so will update the events mask that is being watched for.
380 On Linux, inspects the calling thread's CPU affinity mask to determine if405 Returns the maximum size of the mask used for process/thread affinities,
276 mask with the new value. ``curl_perform`` is the crux of this program.
814 * process: reset the signal mask if the fork fails (Jameson Nash)3250 * unix: reset signal mask before execve() (Ben Noordhuis)
Completed in 35 milliseconds