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