Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dtsd.c98 tsd_cleanup((void *)tsd); in thd_start_reincarnated()
113 tsd_cleanup((void *)tsd); in thd_start_reincarnated()
/external/jemalloc_new/include/jemalloc/internal/
Dtsd_win.h28 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()
91 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
Dtsd_generic.h37 tsd_cleanup(&wrapper->val); in tsd_cleanup_wrapper()
108 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
Dtsd_malloc_thread_cleanup.h15 tsd_cleanup(&tsd_tls); in tsd_cleanup_wrapper()
Dtsd_tls.h13 if (pthread_key_create(&tsd_tsd, &tsd_cleanup) != 0) { in tsd_boot0()
Dtsd.h158 void tsd_cleanup(void *arg);
Dprivate_namespace.h366 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
Dprivate_namespace_jet.h373 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
/external/jemalloc/src/
Dtsd.c71 tsd_cleanup(void *arg) in tsd_cleanup() function
/external/jemalloc/include/jemalloc/internal/
Dtsd.h661 void tsd_cleanup(void *arg);
687 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, , tsd_t, tsd_initializer, tsd_cleanup)
Dprivate_symbols.txt563 tsd_cleanup
Dprivate_namespace.h560 #define tsd_cleanup JEMALLOC_N(tsd_cleanup) macro
Dprivate_unnamespace.h560 #undef tsd_cleanup
/external/jemalloc_new/src/
Dtsd.c214 tsd_cleanup(void *arg) { in tsd_cleanup() function