Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt423 prof_thread_active_get
Dprof.h310 bool prof_thread_active_get(void);
Dprivate_namespace.h425 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
Dprivate_unnamespace.h425 #undef prof_thread_active_get
/external/jemalloc/src/
Dprof.c2009 prof_thread_active_get(void) in prof_thread_active_get() function
Dctl.c1447 oldval = prof_thread_active_get(); in thread_prof_active_ctl()