Searched refs:mask (Results 1 – 8 of 8) sorted by relevance
399 unsigned int mask, in uv__statx() argument761 uint32_t mask; in uv__iou_get_sqe() local787 mask = iou->sqmask; in uv__iou_get_sqe()789 if ((head & mask) == ((tail + 1) & mask)) in uv__iou_get_sqe()792 slot = tail & mask; in uv__iou_get_sqe()1170 uint32_t mask; in uv__poll_io_uring() local1179 mask = iou->cqmask; in uv__poll_io_uring()1184 e = &cqe[i & mask]; in uv__poll_io_uring()1253 uint32_t mask; in uv__epoll_ctl_prep() local1259 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()
453 unsigned int mask,
48 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`.
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 25 milliseconds