Searched refs:thread_local_destructor (Results 1 – 12 of 12) sorted by relevance
/external/cronet/stable/third_party/boringssl/src/crypto/ |
D | thread_win.cc | 73 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function 159 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor; 171 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
|
D | thread_pthread.cc | 69 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 98 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
|
D | thread_test.cc | 84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 101 thread_local_destructor) || in TEST()
|
/external/boringssl/src/crypto/ |
D | thread_win.cc | 73 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function 159 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor; 171 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
|
D | thread_pthread.cc | 69 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 98 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
|
D | thread_test.cc | 84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 101 thread_local_destructor) || in TEST()
|
/external/cronet/tot/third_party/boringssl/src/crypto/ |
D | thread_win.cc | 73 static void NTAPI thread_local_destructor(PVOID module, DWORD reason, in thread_local_destructor() function 159 const PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor; 171 PIMAGE_TLS_CALLBACK p_thread_callback_boringssl = thread_local_destructor;
|
D | thread_pthread.cc | 69 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 98 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
|
D | thread_test.cc | 84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 101 thread_local_destructor) || in TEST()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/ |
D | thread_win.c | 101 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;
|
D | thread_test.cc | 84 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 101 thread_local_destructor) || in TEST()
|
D | thread_pthread.c | 103 static void thread_local_destructor(void *arg) { in thread_local_destructor() function 132 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()
|