Home
last modified time | relevance | path

Searched refs:background_thread_enabled_set (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h10 background_thread_enabled_set(tsdn_t *tsdn, bool state) { in background_thread_enabled_set() function
/freebsd-src/contrib/jemalloc/src/
H A Dbackground_thread.c775 background_thread_enabled_set(tsdn, false);
905 background_thread_enabled_set(tsdn, opt_background_thread); in background_thread_boot1()
H A Dctl.c1665 background_thread_enabled_set(tsd_tsdn(tsd), newval); in background_thread_ctl()
1722 background_thread_enabled_set(tsd_tsdn(tsd), false); in max_background_threads_ctl()
1728 background_thread_enabled_set(tsd_tsdn(tsd), true); in max_background_threads_ctl()