Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c59 static bool prof_thread_active_init; variable
2222 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2232 active_init_old = prof_thread_active_init; in prof_thread_active_init_set()
2233 prof_thread_active_init = active_init; in prof_thread_active_init_set()
2312 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
H A Dctl.c143 CTL_PROTO(prof_thread_active_init)
382 {NAME("thread_active_init"), CTL(prof_thread_active_init)},
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog714 "opt.prof_thread_active_init", "prof.thread_active_init", and