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.txt392 prof_thread_active_init_set
Dprof.h312 bool prof_thread_active_init_set(bool active_init);
Dprivate_namespace.h392 #define prof_thread_active_init_set JEMALLOC_N(prof_thread_active_init_set) macro
Dprivate_unnamespace.h392 #undef prof_thread_active_init_set
/external/jemalloc/src/
Dprof.c2010 prof_thread_active_init_set(bool active_init) in prof_thread_active_init_set() function
Dctl.c1885 oldval = prof_thread_active_init_set(*(bool *)newp); in prof_thread_active_init_ctl()