Home
last modified time | relevance | path

Searched refs:prof_thread_active_set (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_externs.h78 bool prof_thread_active_set(tsd_t *tsd, bool active);
H A Dprivate_namespace.h316 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
H A Dprivate_namespace_jet.h322 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c2206 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
H A Dctl.c1903 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48761 -bool prof_thread_active_set(tsd_t *tsd, bool active);
68329 - if (prof_thread_active_set(tsd, *(bool *)newp)) {
84300 -prof_thread_active_set(tsd_t *tsd, bool active) {