Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dstream-inl.h36 uv__handle_init(loop, (uv_handle_t*) handle, type); in uv__stream_init()
H A Dasync.c43 uv__handle_init(loop, (uv_handle_t*) handle, UV_ASYNC); in uv_async_init()
H A Dloop-watcher.c40 uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME); \
H A Dsignal.c148 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
H A Dpoll.c447 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init_socket()
H A Dfs-event.c141 uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dudp.c127 uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); in uv__udp_init_ex()
H A Dprocess.c131 uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); in uv__process_init()
/libuv/src/unix/
H A Dloop-watcher.c27 uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \
H A Dpoll.c90 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init()
H A Dasync.c53 uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); in uv_async_init()
H A Dsignal.c343 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
H A Dkqueue.c524 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dsunos.c510 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dprocess.c977 uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); in uv_spawn()
H A Dos390.c632 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Daix.c775 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dudp.c1016 uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); in uv__udp_init_ex()
H A Dstream.c87 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
H A Dlinux.c2593 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
/libuv/src/
H A Dtimer.c59 uv__handle_init(loop, (uv_handle_t*)handle, UV_TIMER); in uv_timer_init()
H A Dfs-poll.c60 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL); in uv_fs_poll_init()
H A Duv-common.h321 #define uv__handle_init(loop_, h, type_) \ macro

Completed in 75 milliseconds