Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt425 prof_thread_active_init_set
Dprof.h313 bool prof_thread_active_init_set(bool active_init);
Dprivate_namespace.h427 #define prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set) macro
Dprivate_unnamespace.h427 #undef prof_thread_active_init_set
/external/jemalloc/src/
Dprof.c2047 prof_thread_active_init_set(bool active_init) in prof_thread_active_init_set() function
Dctl.c1974 oldval = prof_thread_active_init_set(*(bool *)newp); in prof_thread_active_init_ctl()