Searched refs:max_n_thds (Results 1 – 4 of 4) sorted by relevance
201 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()
90 uint32_t max_n_thds; member
110 if (n_thds > data->max_n_thds) { in malloc_mutex_lock_slow()111 data->max_n_thds = n_thds; in malloc_mutex_lock_slow()
2932 l.max_n_thds, uint32_t)