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 D | background_thread_inlines.h | 10 background_thread_enabled_set(tsdn_t *tsdn, bool state) { in background_thread_enabled_set() function
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | background_thread.c | 763 background_thread_enabled_set(tsdn, false); 875 background_thread_enabled_set(tsdn, opt_background_thread); in background_thread_boot1()
|
H A D | ctl.c | 1603 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/ |
D | delete_c_library.patch | 37440 -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);
|