Home | History | Annotate | Download | only in kern

Lines Matching refs:LP_RUNNING

568 		newl->l_pflag |= LP_RUNNING;
579 newl->l_pflag |= LP_RUNNING;
604 * other actor, when it's known the LWP is not running (the LP_RUNNING flag
628 KASSERT((l->l_pflag & LP_RUNNING) != 0);
657 newl->l_pflag |= LP_RUNNING;
785 l->l_pflag &= ~LP_RUNNING;
826 * don't touch after clearing LP_RUNNING as it could be
833 KASSERT((prevlwp->l_pflag & LP_RUNNING) != 0);
837 prevlwp->l_pflag & ~LP_RUNNING);
839 prevlwp->l_pflag &= ~LP_RUNNING;
937 if ((l->l_pflag & LP_RUNNING) != 0) {