Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h77 bool prof_thread_active_set(tsd_t *tsd, bool active);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h525 #define prof_thread_active_set JEMALLOC_N(prof_thread_active_set) macro
/src/contrib/jemalloc/src/
H A Dprof.c474 prof_thread_active_set(tsd_t *tsd, bool active) { in prof_thread_active_set() function
H A Dctl.c2413 if (prof_thread_active_set(tsd, *(bool *)newp)) { in thread_prof_active_ctl()