Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/
H A 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()
/third_party/libuv/src/
H A Dthreadpool.c49 static unsigned int idle_threads; variable
360 idle_threads += 1; in worker()
362 idle_threads -= 1; in worker()
399 if (idle_threads > 0) in worker()
452 if (idle_threads > 0) in post()

Completed in 2 milliseconds