Searched refs:__pthread_max_threads (Results 1 – 2 of 2) sorted by relevance
32 int __pthread_max_threads; variable127 if (GL (dl_pthread_num_threads) < __pthread_max_threads) in __pthread_alloc()153 max_threads = __pthread_max_threads; in __pthread_alloc()170 if (max_threads != __pthread_max_threads) in __pthread_alloc()182 __pthread_max_threads * sizeof (struct __pthread *)); in __pthread_alloc()189 __pthread_max_threads = new_max_threads; in __pthread_alloc()
173 extern int __pthread_max_threads;178 if (thread <= __pthread_max_threads) \
Completed in 6 milliseconds