Searched refs:p_singlethread (Results 1 – 3 of 3) sorted by relevance
564 thread_lock(p->p_singlethread); in thread_exit()566 p->p_singlethread, p, false); in thread_exit()804 if (p->p_singlethread != NULL && p->p_singlethread != td) in thread_single()821 p->p_singlethread = td; in thread_single()866 p->p_singlethread = NULL; in thread_single()974 if (p->p_singlethread == td) in thread_suspend_check()1020 thread_lock(p->p_singlethread); in thread_suspend_check()1139 thread_lock(p->p_singlethread); in thread_unsuspend()1141 p->p_singlethread, p, false); in thread_unsuspend()1142 thread_unlock(p->p_singlethread); in thread_unsuspend()[all …]
3580 MPASS((p->p_flag & P_HADTHREADS) == 0 || p->p_singlethread == td); in coredump()
631 struct thread *p_singlethread;/* (c + j) If single threading this is it */ member