Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbackground_thread_inlines.h10 background_thread_enabled_set(tsdn_t *tsdn, bool state) { in background_thread_enabled_set() function
/aosp_15_r20/external/jemalloc_new/src/
H A Dbackground_thread.c763 background_thread_enabled_set(tsdn, false);
875 background_thread_enabled_set(tsdn, opt_background_thread); in background_thread_boot1()
H A Dctl.c1603 background_thread_enabled_set(tsd_tsdn(tsd), newval); in background_thread_ctl()
1673 background_thread_enabled_set(tsd_tsdn(tsd), false); in max_background_threads_ctl()
1679 background_thread_enabled_set(tsd_tsdn(tsd), true); in max_background_threads_ctl()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch37440 -background_thread_enabled_set(tsdn_t *tsdn, bool state) {
64104 - background_thread_enabled_set(tsdn, false);
64238 - background_thread_enabled_set(tsdn, opt_background_thread);
67947 - background_thread_enabled_set(tsd_tsdn(tsd), newval);
68004 - background_thread_enabled_set(tsd_tsdn(tsd), false);
68010 - background_thread_enabled_set(tsd_tsdn(tsd), true);