Searched defs:max_threads (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dthread.c70 int max_threads; /* maximum number of threads that can be in the pool */ member in struct:am_threadpool
126 } else if (pool->head != NULL && pool->num_threads < pool->max_threads &&
316 worker_pool->max_threads = AM_MAX_THREADS_POOL;
397 } else if (worker_pool->num_threads < worker_pool->max_threads &&

Completed in 33 milliseconds