Searched refs:thread_local_destructor (Results 1 – 3 of 3) sorted by relevance
97 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function181 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;188 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
83 static void thread_local_destructor(void *arg) { in thread_local_destructor() function100 thread_local_destructor) || in TEST()
99 static void thread_local_destructor(void *arg) { in thread_local_destructor() function156 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()