Home
last modified time | relevance | path

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

/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c99 static void thread_local_destructor(void *arg) { in thread_local_destructor() function
156 pthread_key_create(&g_thread_local_key, thread_local_destructor) == 0; in thread_local_init()

Completed in 2 milliseconds