Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dthread_win.c101 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function
185 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
192 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
Dthread_test.cc84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
101 thread_local_destructor) || in TEST()
Dthread_pthread.c103 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
160 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
/external/boringssl/src/crypto/
Dthread_win.c101 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function
185 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
192 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
Dthread_test.cc84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
101 thread_local_destructor) || in TEST()
Dthread_pthread.c103 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
160 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()