Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h37 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()
111 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
H A Dtsd_malloc_thread_cleanup.h17 tsd_cleanup(&tsd_tls); in tsd_cleanup_wrapper()
H A Dtsd_tls.h15 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
H A Dtsd.h109 void tsd_cleanup(void *arg);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h400 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c373 tsd_cleanup(void *arg) { in tsd_cleanup() function