Searched refs:__pthread_key_lock (Results 1 – 4 of 4) sorted by relevance
26 pthread_mutex_t __pthread_key_lock; variable41 __pthread_mutex_lock (&__pthread_key_lock); in __pthread_key_create()59 __pthread_mutex_unlock (&__pthread_key_lock); in __pthread_key_create()91 __pthread_mutex_unlock (&__pthread_key_lock); in __pthread_key_create()106 __pthread_mutex_unlock (&__pthread_key_lock); in __pthread_key_create()
49 extern pthread_mutex_t __pthread_key_lock;69 err = __pthread_mutex_init (&__pthread_key_lock, &attr); in __pthread_key_lock_ready()
41 __pthread_mutex_lock (&__pthread_key_lock); in __pthread_destroy_specific()64 __pthread_mutex_unlock (&__pthread_key_lock); in __pthread_destroy_specific()
30 __pthread_mutex_lock (&__pthread_key_lock); in __pthread_key_delete()60 __pthread_mutex_unlock (&__pthread_key_lock); in __pthread_key_delete()
Completed in 4 milliseconds