Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h187 if (sum->max_n_thds < data->max_n_thds) { in malloc_mutex_prof_merge()
188 sum->max_n_thds = data->max_n_thds; in malloc_mutex_prof_merge()
Dmutex_prof.h81 uint32_t max_n_thds; member
/external/jemalloc_new/src/
Dmutex.c98 if (n_thds > data->max_n_thds) { in malloc_mutex_lock_slow()
99 data->max_n_thds = n_thds; in malloc_mutex_lock_slow()
Dctl.c2746 l.max_n_thds, uint32_t) in CTL_RO_NL_CGEN()