Searched refs:uv__handle_init (Results 1 – 23 of 23) sorted by relevance
/libuv/src/win/ |
H A D | stream-inl.h | 36 uv__handle_init(loop, (uv_handle_t*) handle, type); in uv__stream_init()
|
H A D | async.c | 43 uv__handle_init(loop, (uv_handle_t*) handle, UV_ASYNC); in uv_async_init()
|
H A D | loop-watcher.c | 40 uv__handle_init(loop, (uv_handle_t*) handle, UV_##NAME); \
|
H A D | signal.c | 148 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
|
H A D | poll.c | 447 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init_socket()
|
H A D | fs-event.c | 141 uv__handle_init(loop, (uv_handle_t*) handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | udp.c | 127 uv__handle_init(loop, (uv_handle_t*) handle, UV_UDP); in uv__udp_init_ex()
|
H A D | process.c | 131 uv__handle_init(loop, (uv_handle_t*) handle, UV_PROCESS); in uv__process_init()
|
/libuv/src/unix/ |
H A D | loop-watcher.c | 27 uv__handle_init(loop, (uv_handle_t*)handle, UV_##type); \
|
H A D | poll.c | 90 uv__handle_init(loop, (uv_handle_t*) handle, UV_POLL); in uv_poll_init()
|
H A D | async.c | 53 uv__handle_init(loop, (uv_handle_t*)handle, UV_ASYNC); in uv_async_init()
|
H A D | signal.c | 343 uv__handle_init(loop, (uv_handle_t*) handle, UV_SIGNAL); in uv_signal_init()
|
H A D | kqueue.c | 557 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | sunos.c | 510 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | process.c | 978 uv__handle_init(loop, (uv_handle_t*)process, UV_PROCESS); in uv_spawn()
|
H A D | os390.c | 632 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | aix.c | 775 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
H A D | udp.c | 1039 uv__handle_init(loop, (uv_handle_t*)handle, UV_UDP); in uv__udp_init_ex()
|
H A D | stream.c | 87 uv__handle_init(loop, (uv_handle_t*)stream, type); in uv__stream_init()
|
H A D | linux.c | 2622 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_EVENT); in uv_fs_event_init()
|
/libuv/src/ |
H A D | timer.c | 59 uv__handle_init(loop, (uv_handle_t*)handle, UV_TIMER); in uv_timer_init()
|
H A D | fs-poll.c | 60 uv__handle_init(loop, (uv_handle_t*)handle, UV_FS_POLL); in uv_fs_poll_init()
|
H A D | uv-common.h | 321 #define uv__handle_init(loop_, h, type_) \ macro
|
Completed in 89 milliseconds