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

/external/boringssl/src/crypto/
H A Dthread_pthread.c86 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS]; variable
97 memcpy(destructors, g_destructors, sizeof(destructors));
160 g_destructors[index] = destructor;
H A Dthread_win.c136 static thread_local_destructor_t g_destructors[NUM_OPENSSL_THREAD_LOCALS]; variable
170 memcpy(destructors, g_destructors, sizeof(destructors));
275 g_destructors[index] = destructor;

Completed in 24 milliseconds