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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h27 extern tsd_wrapper_t tsd_boot_wrapper;
94 tsd_wrapper_set(&tsd_boot_wrapper);
107 tsd_boot_wrapper.initialized = false;
108 tsd_cleanup(&tsd_boot_wrapper.val);
/freebsd-12-stable/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

Completed in 68 milliseconds