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

/external/jemalloc/src/
H A Dprof.c44 static bool prof_thread_active_init; variable
2112 active_init = prof_thread_active_init;
2123 active_init_old = prof_thread_active_init;
2124 prof_thread_active_init = active_init;
2209 prof_thread_active_init = opt_prof_thread_active_init;
2211 "prof_thread_active_init",

Completed in 131 milliseconds