Home
last modified time | relevance | path

Searched refs:__pthread_key_invalid_count (Results 1 – 3 of 3) sorted by relevance

/sysdeps/htl/
A Dpt-key-create.c31 int __pthread_key_invalid_count; variable
53 assert (__pthread_key_invalid_count > 0); in __pthread_key_create()
55 __pthread_key_invalid_count--; in __pthread_key_create()
69 if (__pthread_key_invalid_count > 4 in __pthread_key_create()
70 && __pthread_key_invalid_count > __pthread_key_size / 8) in __pthread_key_create()
A Dpt-key.h45 extern int __pthread_key_invalid_count;
A Dpt-key-delete.c40 __pthread_key_invalid_count++; in __pthread_key_delete()

Completed in 3 milliseconds