Home
last modified time | relevance | path

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

/third_party/libuv/src/
Dthreadpool.c43 static QUEUE slow_io_pending_wq; variable
101 if (QUEUE_EMPTY(&slow_io_pending_wq)) in worker()
107 q = QUEUE_HEAD(&slow_io_pending_wq); in worker()
112 if (!QUEUE_EMPTY(&slow_io_pending_wq)) { in worker()
146 QUEUE_INSERT_TAIL(&slow_io_pending_wq, q); in post()
223 QUEUE_INIT(&slow_io_pending_wq); in init_threads()