Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_externs.h77 bool prof_thread_active_get(tsd_t *tsd);
H A Dprivate_namespace.h313 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
H A Dprivate_namespace_jet.h319 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c2195 prof_thread_active_get(tsd_t *tsd) { in prof_thread_active_get() function
H A Dctl.c1897 oldval = prof_thread_active_get(tsd); in thread_prof_active_ctl()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48760 -bool prof_thread_active_get(tsd_t *tsd);
68319 - oldval = opt_prof ? prof_thread_active_get(tsd) : false;
84287 -prof_thread_active_get(tsd_t *tsd) {