Searched refs:thread_local_destructor (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/
H A Dthread_win.c101 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, function
180 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
187 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
H A Dthread_pthread.c97 static void thread_local_destructor(void *arg) { function
126 pthread_key_create(&g_thread_local_key, thread_local_destructor) != 0;
H A Dthread_test.cc148 static void thread_local_destructor(void *arg) { function
166 thread_local_destructor) ||

Completed in 90 milliseconds