Home
last modified time | relevance | path

Searched refs:tsd_boot0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h23 tsd_boot0(void) { in tsd_boot0() function
36 return tsd_boot0(); in tsd_boot()
H A Dtsd_tls.h14 tsd_boot0(void) { in tsd_boot0() function
29 return tsd_boot0(); in tsd_boot()
H A Dtsd_generic.h93 tsd_boot0(void) { in tsd_boot0() function
123 if (tsd_boot0()) { in tsd_boot()
/freebsd/contrib/jemalloc/src/
H A Dtsd.c426 if (tsd_boot0()) { in malloc_tsd_boot0()