HomeSort by: relevance | last modified time | path
    Searched defs:l_pflag (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
lwp.h 199 int l_pflag; /* !: LWP private flags */ member in struct:lwp
274 * The second set of flags is kept in l_pflag, and they are modified only by
510 bound = curlwp->l_pflag & LP_BOUND;
511 curlwp->l_pflag |= LP_BOUND;
521 KASSERT(curlwp->l_pflag & LP_BOUND);
523 curlwp->l_pflag ^= bound ^ LP_BOUND;

Completed in 12 milliseconds