Home
last modified time | relevance | path

Searched refs:handle_queue (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.c507 QUEUE_MOVE(&loop->handle_queue, &queue); in uv_walk()
510 h = QUEUE_DATA(q, uv_handle_t, handle_queue); in uv_walk()
513 QUEUE_INSERT_TAIL(&loop->handle_queue, q); in uv_walk()
529 QUEUE_FOREACH(q, &loop->handle_queue) { in uv__print_handles()
530 h = QUEUE_DATA(q, uv_handle_t, handle_queue); in uv__print_handles()
817 QUEUE_FOREACH(q, &loop->handle_queue) { in uv_loop_close()
818 h = QUEUE_DATA(q, uv_handle_t, handle_queue); in uv_loop_close()
H A Duv-common.h314 QUEUE_INSERT_TAIL(&(loop_)->handle_queue, &(h)->handle_queue); \
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dsignal.c300 QUEUE_FOREACH(q, &loop->handle_queue) { in uv__signal_loop_cleanup()
301 uv_handle_t* handle = QUEUE_DATA(q, uv_handle_t, handle_queue); in uv__signal_loop_cleanup()
H A Dloop.c55 QUEUE_INIT(&loop->handle_queue); in uv_loop_init()
H A Dtty.c225 QUEUE_REMOVE(&tty->handle_queue); in uv_tty_init()
H A Dtcp.c134 QUEUE_REMOVE(&tcp->handle_queue); in uv_tcp_init_ex()
H A Dcore.c316 QUEUE_REMOVE(&handle->handle_queue); in uv__finish_close()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dhandle-inl.h78 QUEUE_REMOVE(&(handle)->handle_queue); \
H A Dudp.c154 QUEUE_REMOVE(&handle->handle_queue); in uv__udp_init_ex()
161 QUEUE_REMOVE(&handle->handle_queue); in uv__udp_init_ex()
H A Dcore.c256 QUEUE_INIT(&loop->handle_queue); in uv_loop_init()
H A Dtcp.c186 QUEUE_REMOVE(&handle->handle_queue); in uv_tcp_init_ex()
193 QUEUE_REMOVE(&handle->handle_queue); in uv_tcp_init_ex()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h440 void* handle_queue[2]; \
1811 void* handle_queue[2]; member