Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h76 bool prof_thread_active_get(tsd_t *tsd);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h522 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
/src/contrib/jemalloc/src/
H A Dprof.c461 prof_thread_active_get(tsd_t *tsd) { in prof_thread_active_get() function
H A Dctl.c2403 oldval = opt_prof ? prof_thread_active_get(tsd) : false; in thread_prof_active_ctl()