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