Searched refs:tsd_cleanup_wrapper (Results 1 – 7 of 7) sorted by relevance
12 tsd_cleanup_wrapper(void) { in tsd_cleanup_wrapper() function22 malloc_tsd_cleanup_register(&tsd_cleanup_wrapper); in tsd_boot0()
17 tsd_cleanup_wrapper(void) { in tsd_cleanup_wrapper() function75 malloc_tsd_cleanup_register(&tsd_cleanup_wrapper); in tsd_boot0()
32 tsd_cleanup_wrapper(void *arg) { in tsd_cleanup_wrapper() function91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()
178 a_name##tsd_cleanup_wrapper(void) \193 &a_name##tsd_cleanup_wrapper); \308 a_name##tsd_cleanup_wrapper(void) \371 &a_name##tsd_cleanup_wrapper); \441 a_name##tsd_cleanup_wrapper(void *arg) \507 a_name##tsd_cleanup_wrapper) != 0) \
564 tsd_cleanup_wrapper
561 #define tsd_cleanup_wrapper JEMALLOC_N(tsd_cleanup_wrapper) macro
561 #undef tsd_cleanup_wrapper