Home
last modified time | relevance | path

Searched refs:__pthread_key_count (Results 1 – 6 of 6) sorted by relevance

/sysdeps/htl/
A Dpt-key-create.c30 int __pthread_key_count; variable
45 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()
A Dpt-getspecific.c28 if (key < 0 || key >= __pthread_key_count in __pthread_getspecific()
A Dpt-key.h40 extern int __pthread_key_count;
A Dpt-destroy-specific.c43 for (i = 0; i < __pthread_key_count && i < thread->thread_specifics_size; in __pthread_destroy_specific()
A Dpt-setspecific.c28 if (key < 0 || key >= __pthread_key_count in __pthread_setspecific()
A Dpt-key-delete.c32 if (key < 0 || key >= __pthread_key_count in __pthread_key_delete()

Completed in 4 milliseconds