Searched refs:prof_thread_active_init (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c44 static bool prof_thread_active_init; variable
2183 active_init = prof_thread_active_init;
2194 active_init_old = prof_thread_active_init;
2195 prof_thread_active_init = active_init;
2277 prof_thread_active_init = opt_prof_thread_active_init;
2279 "prof_thread_active_init",
H A Dstats.c624 OPT_WRITE_BOOL_MUTABLE(prof_thread_active_init, prof.thread_active_init,
H A Dctl.c123 CTL_PROTO(prof_thread_active_init)
246 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
318 {NAME("thread_active_init"), CTL(prof_thread_active_init)},

Completed in 83 milliseconds