Home
last modified time | relevance | path

Searched refs:tsd_boot_wrapper (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h27 extern tsd_wrapper_t tsd_boot_wrapper;
94 tsd_wrapper_set(&tsd_boot_wrapper); in tsd_boot0()
107 tsd_boot_wrapper.initialized = false; in tsd_boot1()
108 tsd_cleanup(&tsd_boot_wrapper.val); in tsd_boot1()
/freebsd-12.1/contrib/jemalloc/src/
H A Dtsd.c25 tsd_wrapper_t tsd_boot_wrapper = {false, TSD_INITIALIZER}; variable
44 tsd_wrapper_t tsd_boot_wrapper = { variable