Home
last modified time | relevance | path

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

/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
/src/contrib/jemalloc/src/
H A Dbackground_thread.c652 background_thread_enabled_set(tsdn, false);
786 background_thread_enabled_set(tsdn, opt_background_thread); in background_thread_boot1()
H A Dctl.c2031 background_thread_enabled_set(tsd_tsdn(tsd), newval); in background_thread_ctl()
2088 background_thread_enabled_set(tsd_tsdn(tsd), false); in max_background_threads_ctl()
2094 background_thread_enabled_set(tsd_tsdn(tsd), true); in max_background_threads_ctl()