Home
last modified time | relevance | path

Searched refs:uv__handle_init (Results 1 – 23 of 23) sorted by relevance

/third_party/libuv/src/win/
Dstream-inl.h36 uv__handle_init(loop, (uv_handle_t*) handle, type); in uv__stream_init()
Dasync.c43 uv__handle_init(loop, (uv_handle_t*) handle, UV_ASYNC); in uv_async_init()
Dloop-watcher.c40 uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME); \
Dsignal.c148 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
Dpoll.c448 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init_socket()
Dfs-event.c141 uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); in uv_fs_event_init()
Dprocess.c141 uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); in uv__process_init()
Dudp.c132 uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); in uv__udp_init_ex()
/third_party/libuv/src/unix/
Dloop-watcher.c27 uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \
Dpoll.c90 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init()
Dasync.c52 uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); in uv_async_init()
Dlinux-inotify.c244 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
Dsignal.c326 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
Dkqueue.c507 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
Dprocess.c962 uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); in uv_spawn()
Dos390.c538 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
Dsunos.c498 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
Daix.c759 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
Dudp.c1041 uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); in uv__udp_init_ex()
Dstream.c76 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
/third_party/libuv/src/
Dtimer.c59 uv__handle_init(loop, (uv_handle_t*)handle, UV_TIMER); in uv_timer_init()
Duv-common.h309 #define uv__handle_init(loop_, h, type_) \ macro
Dfs-poll.c60 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL); in uv_fs_poll_init()