Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h80 bool prof_thread_active_set(tsd_t *tsd, bool active);
H A Dprivate_namespace.h341 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c2866 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
H A Dctl.c1959 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()