Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h78 bool prof_thread_active_set(tsd_t *tsd, bool active);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c2206 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
H A Dctl.c1845 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()