Searched refs:tsd_cleanup_wrapper (Results 1 – 3 of 3) sorted by relevance
14 tsd_cleanup_wrapper(void) { in tsd_cleanup_wrapper() function 24 _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() function 112 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot1()