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.txt426 prof_thread_active_set
Dprof.h311 bool prof_thread_active_set(bool active);
Dprivate_namespace.h428 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
Dprivate_unnamespace.h428 #undef prof_thread_active_set
/external/jemalloc/src/
Dprof.c2022 prof_thread_active_set(bool active) in prof_thread_active_set() function
Dctl.c1453 if (prof_thread_active_set(*(bool *)newp)) { in thread_prof_active_ctl()