Home
last modified time | relevance | path

Searched refs:split_head (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfsevents.c739 struct uv__queue split_head; in uv__cf_loop_cb() local
746 uv__queue_move(&loop->cf_signals, &split_head); in uv__cf_loop_cb()
749 while (!uv__queue_empty(&split_head)) { in uv__cf_loop_cb()
750 item = uv__queue_head(&split_head); in uv__cf_loop_cb()
/third_party/node/deps/uv/src/unix/
H A Dfsevents.c750 QUEUE split_head; in uv__cf_loop_cb() local
757 QUEUE_MOVE(&loop->cf_signals, &split_head); in uv__cf_loop_cb()
760 while (!QUEUE_EMPTY(&split_head)) { in uv__cf_loop_cb()
761 item = QUEUE_HEAD(&split_head); in uv__cf_loop_cb()

Completed in 3 milliseconds