Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt393 prof_thread_active_set
Dprof.h310 bool prof_thread_active_set(bool active);
Dprivate_namespace.h393 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
Dprivate_unnamespace.h393 #undef prof_thread_active_set
/external/jemalloc/src/
Dprof.c1985 prof_thread_active_set(bool active) in prof_thread_active_set() function
Dctl.c1447 if (prof_thread_active_set(*(bool *)newp)) { in thread_prof_active_ctl()