Searched refs:p_boundary_count (Results 1 – 2 of 2) sorted by relevance
1120 remaining = p->p_numthreads - p->p_boundary_count; in calc_remaining()1476 p->p_boundary_count++; in thread_suspend_check()1585 p->p_boundary_count--; in thread_unsuspend_one()1688 KASSERT(mode != SINGLE_BOUNDARY || p->p_boundary_count == 0, in thread_single_end()1689 ("inconsistent boundary count %d", p->p_boundary_count)); in thread_single_end()
713 int p_boundary_count;/* (j) Num threads at user boundary */ member