Home
last modified time | relevance | path

Searched refs:UV_HANDLE_INTERNAL (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/src/unix/
Dloop.c87 loop->child_watcher.flags |= UV_HANDLE_INTERNAL; in uv_loop_init()
103 loop->wq_async.flags |= UV_HANDLE_INTERNAL; in uv_loop_init()
Dfsevents.c836 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
Dstream.c339 s->async.flags |= UV_HANDLE_INTERNAL; in uv__stream_try_select()
/third_party/libuv/src/
Duv-common.c513 if (h->flags & UV_HANDLE_INTERNAL) continue; in uv_walk()
544 "I-"[!(h->flags & UV_HANDLE_INTERNAL)], in uv__print_handles()
817 if (!(h->flags & UV_HANDLE_INTERNAL)) in uv_loop_close()
Dfs-poll.c96 ctx->timer_handle.flags |= UV_HANDLE_INTERNAL; in uv_fs_poll_start()
Duv-common.h80 UV_HANDLE_INTERNAL = 0x00000010, enumerator
/third_party/libuv/src/win/
Dcore.c297 loop->wq_async.flags |= UV_HANDLE_INTERNAL; in uv_loop_init()