Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h22 bool background_thread_stats_read(tsdn_t *tsdn,
/src/contrib/jemalloc/src/
H A Dbackground_thread.c63 bool background_thread_stats_read(tsdn_t *tsdn, in background_thread_create()
666 background_thread_stats_read(tsdn_t *tsdn, background_thread_stats_t *stats) {
H A Dctl.c1295 background_thread_stats_read(tsdn, stats)) { in ctl_background_thread_stats_read()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h125 #define background_thread_stats_read JEMALLOC_N(background_thread_stats_read) macro