Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_pthread.c95 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS]; variable
108 OPENSSL_memcpy(destructors, g_destructors, sizeof(destructors)); in thread_local_destructor()
199 g_destructors[index] = destructor; in CRYPTO_set_thread_local()
Dthread_win.c86 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS]; variable
121 OPENSSL_memcpy(destructors, g_destructors, sizeof(destructors)); in thread_local_destructor()
249 g_destructors[index] = destructor; in CRYPTO_set_thread_local()