Home
last modified time | relevance | path

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

/third_party/libuv/src/
Dthreadpool.c35 static unsigned int idle_threads; variable
75 idle_threads += 1; in worker()
77 idle_threads -= 1; in worker()
114 if (idle_threads > 0) in worker()
157 if (idle_threads > 0) in post()