Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h201 if (sum->max_n_thds < data->max_n_thds) { in malloc_mutex_prof_merge()
202 sum->max_n_thds = data->max_n_thds; in malloc_mutex_prof_merge()
277 if (data->max_n_thds < source->max_n_thds) { in malloc_mutex_prof_accum()
278 data->max_n_thds = source->max_n_thds; in malloc_mutex_prof_accum()
H A Dmutex_prof.h90 uint32_t max_n_thds; member
/freebsd/contrib/jemalloc/src/
H A Dmutex.c110 if (n_thds > data->max_n_thds) { in malloc_mutex_lock_slow()
111 data->max_n_thds = n_thds; in malloc_mutex_lock_slow()
H A Dctl.c2932 l.max_n_thds, uint32_t)