Home
last modified time | relevance | path

Searched refs:tsd_cleanup (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dtsd.c98 tsd_cleanup((void *)tsd); in thd_start_reincarnated()
113 tsd_cleanup((void *)tsd); in thd_start_reincarnated()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_win.h28 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()
91 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
H A Dtsd_generic.h37 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()
108 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
H A Dtsd_malloc_thread_cleanup.h15 tsd_cleanup(&tsd_tls); in tsd_cleanup_wrapper()
H A Dtsd_tls.h13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
H A Dtsd.h158 void tsd_cleanup(void *arg);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c214 tsd_cleanup(void *arg) { in tsd_cleanup() function