/third_party/libuv/src/ |
H A D | uv-common.c | 541 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 D | uv-common.h | 345 uv__queue_insert_tail(&(loop_)->handle_queue, &(h)->handle_queue); \
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 507 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 D | uv-common.h | 314 QUEUE_INSERT_TAIL(&(loop_)->handle_queue, &(h)->handle_queue); \
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 311 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 D | loop.c | 67 uv__queue_init(&loop->handle_queue); in uv_loop_init()
|
H A D | tty.c | 225 uv__queue_remove(&tty->handle_queue); in uv_tty_init()
|
H A D | tcp.c | 134 uv__queue_remove(&tcp->handle_queue); in uv_tcp_init_ex()
|
H A D | core.c | 349 uv__queue_remove(&handle->handle_queue); in uv__finish_close()
|
/third_party/node/deps/uv/src/unix/ |
H A D | signal.c | 300 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 D | loop.c | 55 QUEUE_INIT(&loop->handle_queue); in uv_loop_init()
|
H A D | tty.c | 225 QUEUE_REMOVE(&tty->handle_queue); in uv_tty_init()
|
H A D | tcp.c | 134 QUEUE_REMOVE(&tcp->handle_queue); in uv_tcp_init_ex()
|
H A D | core.c | 316 QUEUE_REMOVE(&handle->handle_queue); in uv__finish_close()
|
/third_party/libuv/src/win/ |
H A D | handle-inl.h | 78 uv__queue_remove(&(handle)->handle_queue); \
|
H A D | udp.c | 149 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 D | core.c | 259 uv__queue_init(&loop->handle_queue); in uv_loop_init()
|
H A D | tcp.c | 178 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 D | handle-inl.h | 78 QUEUE_REMOVE(&(handle)->handle_queue); \
|
H A D | udp.c | 154 QUEUE_REMOVE(&handle->handle_queue); in uv__udp_init_ex() 161 QUEUE_REMOVE(&handle->handle_queue); in uv__udp_init_ex()
|
H A D | core.c | 256 QUEUE_INIT(&loop->handle_queue); in uv_loop_init()
|
H A D | tcp.c | 186 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 D | uv.h | 484 struct uv__queue handle_queue; \ 1940 struct uv__queue handle_queue; member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 438 void* handle_queue[2]; \ 1787 void* handle_queue[2]; member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 440 void* handle_queue[2]; \ 1811 void* handle_queue[2]; member
|