Searched refs:tls_lock (Results 1 – 1 of 1) sorted by relevance
176 static __gthread_mutex_t tls_lock; variable213 if (__gthread_mutex_lock (&tls_lock) != ERROR) in tls_delete_hook()218 __gthread_mutex_unlock (&tls_lock); in tls_delete_hook()230 __GTHREAD_MUTEX_INIT_FUNCTION (&tls_lock); in tls_init()248 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR) in tls_destructor()249 semDelete (tls_lock); in tls_destructor()267 if (__gthread_mutex_lock (&tls_lock) == ERROR) in __gthread_key_create()275 __gthread_mutex_unlock (&tls_lock); in __gthread_key_create()282 __gthread_mutex_unlock (&tls_lock); in __gthread_key_create()297 if (__gthread_mutex_lock (&tls_lock) == ERROR) in __gthread_key_delete()[all …]