Home
last modified time | relevance | path

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

/libuv/src/
H A Dthreadpool.c43 static struct uv__queue slow_io_pending_wq; variable
101 if (uv__queue_empty(&slow_io_pending_wq)) in worker()
107 q = uv__queue_head(&slow_io_pending_wq); in worker()
112 if (!uv__queue_empty(&slow_io_pending_wq)) { in worker()
146 uv__queue_insert_tail(&slow_io_pending_wq, q); in post()
224 uv__queue_init(&slow_io_pending_wq); in init_threads()

Completed in 5 milliseconds