Searched refs:tsd_cleanup (Results 1 – 7 of 7) sorted by relevance
98 tsd_cleanup((void *)tsd); in thd_start_reincarnated()113 tsd_cleanup((void *)tsd); in thd_start_reincarnated()
28 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()91 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
37 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()108 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
15 tsd_cleanup(&tsd_tls); in tsd_cleanup_wrapper()
13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
158 void tsd_cleanup(void *arg);
214 tsd_cleanup(void *arg) { in tsd_cleanup() function