Home
last modified time | relevance | path

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

/libuv/src/
H A Dthreadpool.c30 #define MAX_THREADPOOL_SIZE 1024 macro
205 if (nthreads > MAX_THREADPOOL_SIZE) in init_threads()
206 nthreads = MAX_THREADPOOL_SIZE; in init_threads()

Completed in 123 milliseconds