Searched refs:__pthread_key_count (Results 1 – 6 of 6) sorted by relevance
30 int __pthread_key_count; variable45 for (; index < __pthread_key_count in __pthread_key_create()50 if (index < __pthread_key_count) in __pthread_key_create()63 assert (index == __pthread_key_count); in __pthread_key_create()66 if (__pthread_key_size == __pthread_key_count) in __pthread_key_create()104 __pthread_key_count++; in __pthread_key_create()
28 if (key < 0 || key >= __pthread_key_count in __pthread_getspecific()
40 extern int __pthread_key_count;
43 for (i = 0; i < __pthread_key_count && i < thread->thread_specifics_size; in __pthread_destroy_specific()
28 if (key < 0 || key >= __pthread_key_count in __pthread_setspecific()
32 if (key < 0 || key >= __pthread_key_count in __pthread_key_delete()
Completed in 5 milliseconds