Lines Matching refs:flags
247 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) { in uv__io_poll()
257 if (lfields->flags & UV_METRICS_IDLE_TIME) { in uv__io_poll()
311 if (loop->flags & UV_LOOP_REAP_CHILDREN) { in uv__io_poll()
312 loop->flags &= ~UV_LOOP_REAP_CHILDREN; in uv__io_poll()
344 process->flags |= UV_HANDLE_REAP; in uv__io_poll()
345 loop->flags |= UV_LOOP_REAP_CHILDREN; in uv__io_poll()
392 if ((ev->flags & EV_EOF) && (w->pevents & UV__POLLRDHUP)) in uv__io_poll()
410 if (ev->flags & EV_ERROR) in uv__io_poll()
429 if (loop->flags & UV_LOOP_REAP_CHILDREN) { in uv__io_poll()
430 loop->flags &= ~UV_LOOP_REAP_CHILDREN; in uv__io_poll()
570 unsigned int flags) { in uv_fs_event_start() argument
597 handle->cf_flags = flags; in uv_fs_event_start()