Searched refs:tls_init_guard (Results 1 – 3 of 3) sorted by relevance
167 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT; variable226 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR) in tls_destructor()243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
148 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT; variable226 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR) in tls_destructor()243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
159 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT; variable218 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR) in tls_destructor()235 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()265 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()