Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dloop.c103 loop->wq_async.flags |= UV_HANDLE_INTERNAL; in uv_loop_init()
H A Dfsevents.c826 handle->cf_cb->flags |= UV_HANDLE_INTERNAL; in uv__fsevents_init()
H A Dprocess.c88 loop->child_watcher.flags |= UV_HANDLE_INTERNAL; in uv__process_init()
H A Dstream.c350 s->async.flags |= UV_HANDLE_INTERNAL; in uv__stream_try_select()
/libuv/src/
H A Duv-common.c548 if (h->flags & UV_HANDLE_INTERNAL) continue; in uv_walk()
582 "I-"[!(h->flags & UV_HANDLE_INTERNAL)], in uv__print_handles()
863 if (!(h->flags & UV_HANDLE_INTERNAL)) in uv_loop_close()
H A Dfs-poll.c96 ctx->timer_handle.flags |= UV_HANDLE_INTERNAL; in uv_fs_poll_start()
H A Duv-common.h85 UV_HANDLE_INTERNAL = 0x00000010, enumerator
/libuv/src/win/
H A Dcore.c297 loop->wq_async.flags |= UV_HANDLE_INTERNAL; in uv_loop_init()

Completed in 23 milliseconds