Home
last modified time | relevance | path

Searched refs:g_thread_local_failed (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/
Dthread_win.c140 static int g_thread_local_failed; variable
144 g_thread_local_failed = 1; in thread_local_init()
148 g_thread_local_failed = (g_thread_local_key == TLS_OUT_OF_INDEXES); in thread_local_init()
158 if (g_thread_local_failed) { in thread_local_destructor()
240 if (g_thread_local_failed) { in CRYPTO_get_thread_local()
254 if (g_thread_local_failed) { in CRYPTO_set_thread_local()
Dthread_pthread.c108 static int g_thread_local_failed = 0; variable
111 g_thread_local_failed = in thread_local_init()
117 if (g_thread_local_failed) { in CRYPTO_get_thread_local()
131 if (g_thread_local_failed) { in CRYPTO_set_thread_local()