Home
last modified time | relevance | path

Searched refs:prof_thread_active_init (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/src/
Dprof.c44 static bool prof_thread_active_init; variable
2112 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2123 active_init_old = prof_thread_active_init; in prof_thread_active_init_set()
2124 prof_thread_active_init = active_init; in prof_thread_active_init_set()
2209 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
Dstats.c747 OPT_WRITE_BOOL_MUTABLE(prof_thread_active_init, prof.thread_active_init, in stats_general_print()
Dctl.c149 CTL_PROTO(prof_thread_active_init)
373 {NAME("thread_active_init"), CTL(prof_thread_active_init)},
/external/jemalloc/
DChangeLog340 "opt.prof_thread_active_init", "prof.thread_active_init", and