Home
last modified time | relevance | path

Searched refs:handle_queue (Results 1 - 25 of 25) sorted by relevance

/third_party/libuv/src/
H A Duv-common.c541 uv__queue_move(&loop->handle_queue, &queue); in uv_walk()
544 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_walk()
547 uv__queue_insert_tail(&loop->handle_queue, q); in uv_walk()
566 uv__queue_foreach(q, &loop->handle_queue) { in uv__print_handles()
567 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv__print_handles()
866 uv__queue_foreach(q, &loop->handle_queue) { in uv_loop_close()
867 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_loop_close()
H A Duv-common.h345 uv__queue_insert_tail(&(loop_)->handle_queue, &(h)->handle_queue); \
/third_party/node/deps/uv/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); \
/third_party/libuv/src/unix/
H A Dsignal.c311 uv__queue_foreach(q, &loop->handle_queue) { in uv__signal_loop_fork()
312 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_fork()
336 uv__queue_foreach(q, &loop->handle_queue) { in uv__signal_loop_cleanup()
337 uv_handle_t* handle = uv__queue_data(q, uv_handle_t, handle_queue); in uv__signal_loop_cleanup()
H A Dloop.c67 uv__queue_init(&loop->handle_queue); in uv_loop_init()
H A Dtty.c225 uv__queue_remove(&tty->handle_queue); in uv_tty_init()
H A Dtcp.c134 uv__queue_remove(&tcp->handle_queue); in uv_tcp_init_ex()
H A Dcore.c349 uv__queue_remove(&handle->handle_queue); in uv__finish_close()
/third_party/node/deps/uv/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()
/third_party/libuv/src/win/
H A Dhandle-inl.h78 uv__queue_remove(&(handle)->handle_queue); \
H A Dudp.c149 uv__queue_remove(&handle->handle_queue); in uv__udp_init_ex()
156 uv__queue_remove(&handle->handle_queue); in uv__udp_init_ex()
H A Dcore.c259 uv__queue_init(&loop->handle_queue); in uv_loop_init()
H A Dtcp.c178 uv__queue_remove(&handle->handle_queue); in uv_tcp_init_ex()
185 uv__queue_remove(&handle->handle_queue); in uv_tcp_init_ex()
/third_party/node/deps/uv/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()
/third_party/libuv/include/
H A Duv.h484 struct uv__queue handle_queue; \
1940 struct uv__queue handle_queue; member
/third_party/libuv/include/uv_ndk/
H A Duv.h438 void* handle_queue[2]; \
1787 void* handle_queue[2]; member
/third_party/node/deps/uv/include/
H A Duv.h440 void* handle_queue[2]; \
1811 void* handle_queue[2]; member

Completed in 35 milliseconds