Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h14 tsd_boot0(void) { in tsd_boot0() function
29 return tsd_boot0(); in tsd_boot()
H A Dtsd_malloc_thread_cleanup.h23 tsd_boot0(void) { in tsd_boot0() function
36 return tsd_boot0(); in tsd_boot()
H A Dtsd_win.h70 tsd_boot0(void) { in tsd_boot0() function
99 if (tsd_boot0()) { in tsd_boot()
H A Dtsd_generic.h102 tsd_boot0(void) { in tsd_boot0() function
142 if (tsd_boot0()) { in tsd_boot()
/src/contrib/jemalloc/src/
H A Dtsd.c443 if (tsd_boot0()) { in malloc_tsd_boot0()