Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h31 bool background_thread_boot1(tsdn_t *tsdn, base_t *base);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h114 #define background_thread_boot1 JEMALLOC_N(background_thread_boot1) macro
/src/contrib/jemalloc/src/
H A Dbackground_thread.c776 background_thread_boot1(tsdn_t *tsdn, base_t *base) { in background_thread_boot1() function
H A Djemalloc.c2152 || background_thread_boot1(tsd_tsdn(tsd), b0get())) { in malloc_init_hard()