Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h81 bool prof_thread_active_init_get(tsdn_t *tsdn);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h339 #define prof_thread_active_init_get JEMALLOC_N(prof_thread_active_init_get) macro
/freebsd/contrib/jemalloc/src/
H A Dprof.c2249 NULL, prof_thread_active_init_get(tsd_tsdn(tsd))); in prof_tdata_init()
2878 prof_thread_active_init_get(tsdn_t *tsdn) { in prof_thread_active_init_get() function
H A Dctl.c2656 oldval = prof_thread_active_init_get(tsd_tsdn(tsd)); in prof_thread_active_init_ctl()