Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h78 bool prof_thread_active_set(tsd_t *tsd, bool active);
Dprivate_namespace_jet.h321 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
Dprivate_namespace.h315 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
/external/jemalloc_new/src/
Dprof.c2206 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
Dctl.c1845 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()