Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h183 static const bool have_background_thread = variable
/freebsd-12.1/contrib/jemalloc/src/
H A Dbackground_thread.c540 assert(have_background_thread);
849 if (!have_background_thread && opt_background_thread) {
866 assert(have_background_thread); in background_thread_boot1()
H A Dctl.c917 if (!have_background_thread || in ctl_background_thread_stats_read()
980 if (have_background_thread) { in ctl_refresh()
1521 if (!have_background_thread) { in background_thread_ctl()
1579 if (!have_background_thread) { in max_background_threads_ctl()
2044 if (have_background_thread) { in arena_reset_prepare_background_thread()
2060 if (have_background_thread) { in arena_reset_finish_background_thread()
2783 if (have_background_thread) { in CTL_RO_NL_CGEN()
H A Djemalloc.c348 if (have_background_thread) { in arena_new_create_background_thread()
1560 assert(have_background_thread); in malloc_init_hard()
3317 if (have_background_thread) { in jemalloc_prefork()
3321 if (have_background_thread) { in jemalloc_prefork()
3392 if (have_background_thread) { in jemalloc_postfork_parent()
3419 if (have_background_thread) { in jemalloc_postfork_child()
H A Dextent.c204 if (have_background_thread) { in extent_hooks_set()
209 if (have_background_thread) { in extent_hooks_set()
H A Dstats.c1084 if (have_background_thread) { in stats_print_helper()
H A Darena.c873 if (have_background_thread && background_thread_enabled() && in arena_decay_impl()