Searched refs:nthreads_new (Results 1 – 1 of 1) sorted by relevance
180 int nthreads_new; in thread_count_inc_try() local182 nthreads_new = atomic_fetchadd_int(&nthreads, 1) + 1; in thread_count_inc_try()183 if (nthreads_new >= maxthread - 100) { in thread_count_inc_try()185 nthreads_new >= maxthread) { in thread_count_inc_try()