Searched refs:max_threads (Results 1 – 1 of 1) sorted by relevance
79 int max_threads; in __pthread_alloc() local153 max_threads = __pthread_max_threads; in __pthread_alloc()159 = max_threads > 0 ? max_threads * 2 : _POSIX_THREAD_THREADS_MAX; in __pthread_alloc()170 if (max_threads != __pthread_max_threads) in __pthread_alloc()
Completed in 4 milliseconds