Home
last modified time | relevance | path

Searched refs:QUEUE_FOREACH (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/src/
Dqueue.h36 #define QUEUE_FOREACH(q, h) \ macro
Duv-common.c527 QUEUE_FOREACH(q, &loop->handle_queue) { in uv__print_handles()
815 QUEUE_FOREACH(q, &loop->handle_queue) { in uv_loop_close()
/third_party/libuv/src/unix/
Dfsevents.c243 QUEUE_FOREACH(q, &state->fsevent_handles) { in uv__fsevents_event_cb()
498 QUEUE_FOREACH(q, &state->fsevent_handles) { in uv__fsevents_reschedule()
Dsignal.c300 QUEUE_FOREACH(q, &loop->handle_queue) { in uv__signal_loop_cleanup()
Dos390-syscalls.c357 QUEUE_FOREACH(q, &global_epoll_queue) { in epoll_file_close()
Dkqueue.c292 QUEUE_FOREACH(q, &loop->process_handles) { in uv__io_poll()