Home
last modified time | relevance | path

Searched refs:tsd_initialized (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h9 extern JEMALLOC_TSD_TYPE_ATTR(bool) tsd_initialized;
15 if (tsd_initialized) { in tsd_cleanup_wrapper()
16 tsd_initialized = false; in tsd_cleanup_wrapper()
19 return tsd_initialized; in tsd_cleanup_wrapper()
60 tsd_initialized = true; in tsd_set()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h405 #define tsd_initialized JEMALLOC_N(tsd_initialized) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c21 JEMALLOC_TSD_TYPE_ATTR(bool) JEMALLOC_TLS_MODEL tsd_initialized = false;