Searched refs:tsd_cleanup (Results 1 – 14 of 14) 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);
366 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
373 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
71 tsd_cleanup(void *arg) in tsd_cleanup() function
661 void tsd_cleanup(void *arg);687 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, , tsd_t, tsd_initializer, tsd_cleanup)
563 tsd_cleanup
560 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
560 #undef tsd_cleanup
214 tsd_cleanup(void *arg) { in tsd_cleanup() function