Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDprivate_namespace.h389 #define prof_thread_active_get JEMALLOC_N(prof_thread_active_get) macro
HDprof.h310 bool prof_thread_active_get(void);
/NextBSD/contrib/jemalloc/src/
HDprof.c1992 prof_thread_active_get(void) in prof_thread_active_get() function
HDctl.c1436 oldval = prof_thread_active_get(); in thread_prof_active_ctl()