Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c180 int nthreads_new; in thread_count_inc_try() local
182 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()