Searched refs:thread_local_destructor (Results 1 – 1 of 1) sorted by relevance
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()
Completed in 2 milliseconds