Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/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.c448 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 Dprocess.c141 uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); in uv__process_init()
H A Dudp.c132 uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); in uv__udp_init_ex()
/netbsd-src/external/mit/libuv/dist/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.c52 uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); in uv_async_init()
H A Dlinux-inotify.c244 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dsignal.c326 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
H A Dkqueue.c507 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dprocess.c959 uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); in uv_spawn()
H A Dsunos.c503 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dos390.c625 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Daix.c759 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
H A Dudp.c1050 uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); in uv__udp_init_ex()
H A Dstream.c77 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
/netbsd-src/external/mit/libuv/dist/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.h309 #define uv__handle_init(loop_, h, type_) \ macro