Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_win.c151 static void NTAPI thread_local_destructor(PVOID module, in thread_local_destructor() function
225 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
232 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
Dthread_test.c116 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
133 thread_local_destructor)) { in thread_local_test_thread()
Dthread_pthread.c88 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
117 pthread_key_create(&g_thread_local_key, thread_local_destructor) != 0; in thread_local_init()