Home
last modified time | relevance | path

Searched refs:tsd_cleanup_wrapper (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h12 tsd_cleanup_wrapper(void) { in tsd_cleanup_wrapper() function
22 malloc_tsd_cleanup_register(&tsd_cleanup_wrapper); in tsd_boot0()
H A Dtsd_win.h17 tsd_cleanup_wrapper(void) { in tsd_cleanup_wrapper() function
75 malloc_tsd_cleanup_register(&tsd_cleanup_wrapper); in tsd_boot0()
H A Dtsd_generic.h32 tsd_cleanup_wrapper(void *arg) { in tsd_cleanup_wrapper() function
91 if (pthread_key_create(&tsd_tsd, tsd_cleanup_wrapper) != 0) { in tsd_boot0()