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.txt390 prof_thread_active_get
Dprof.h309 bool prof_thread_active_get(void);
Dprivate_namespace.h390 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
Dprivate_unnamespace.h390 #undef prof_thread_active_get
/external/jemalloc/src/
Dprof.c1972 prof_thread_active_get(void) in prof_thread_active_get() function
Dctl.c1441 oldval = prof_thread_active_get(); in thread_prof_active_ctl()