Home
last modified time | relevance | path

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

/htl/
A Dpt-alloc.c32 int __pthread_max_threads; variable
127 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()
A Dpt-internal.h173 extern int __pthread_max_threads;
178 if (thread <= __pthread_max_threads) \

Completed in 6 milliseconds