Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_externs.h80 bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
H A Dprivate_namespace.h315 #define prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set) macro
H A Dprivate_namespace_jet.h321 #define prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c2228 prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) { in prof_thread_active_init_set() function
H A Dctl.c2581 oldval = prof_thread_active_init_set(tsd_tsdn(tsd), in prof_thread_active_init_ctl()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48763 -bool prof_thread_active_init_set(tsdn_t *tsdn, bool active_init);
69111 - oldval = prof_thread_active_init_set(tsd_tsdn(tsd),
84324 -prof_thread_active_init_set(tsdn_t *tsdn, bool active_init) {