Home
last modified time | relevance | path

Searched refs:have_background_thread (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h202 static const bool have_background_thread = variable
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c539 assert(have_background_thread);
594 assert(have_background_thread);
880 if (!have_background_thread && opt_background_thread) {
897 assert(have_background_thread); in background_thread_boot1()
H A Djemalloc.c358 if (have_background_thread && !arena_is_huge(ind)) { in arena_new_create_background_thread()
1793 assert(have_background_thread); in malloc_init_hard()
3889 if (have_background_thread) { in jemalloc_prefork()
3893 if (have_background_thread) { in jemalloc_prefork()
3967 if (have_background_thread) { in jemalloc_postfork_parent()
3996 if (have_background_thread) { in jemalloc_postfork_child()
H A Dctl.c1036 if (!have_background_thread || in ctl_background_thread_stats_read()
1099 if (have_background_thread) { in ctl_refresh()
1641 if (!have_background_thread) { in background_thread_ctl()
1693 if (!have_background_thread) { in max_background_threads_ctl()
2158 if (have_background_thread) { in arena_reset_prepare_background_thread()
2173 if (have_background_thread) { in arena_reset_finish_background_thread()
2970 if (have_background_thread) { in stats_mutexes_reset_ctl()
H A Dextent.c209 if (have_background_thread) { in extent_hooks_set()
214 if (have_background_thread) { in extent_hooks_set()
H A Dstats.c1252 if (have_background_thread) { in stats_print_helper()
H A Darena.c973 if (have_background_thread && background_thread_enabled() && in arena_decay_impl()