Home
last modified time | relevance | path

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

/libuv/src/
H A Dthreadpool.c39 static uv_thread_t default_threads[4]; variable
182 if (threads != default_threads) in uv__threadpool_cleanup()
199 nthreads = ARRAY_SIZE(default_threads); in init_threads()
208 threads = default_threads; in init_threads()
209 if (nthreads > ARRAY_SIZE(default_threads)) { in init_threads()
212 nthreads = ARRAY_SIZE(default_threads); in init_threads()
213 threads = default_threads; in init_threads()

Completed in 4 milliseconds