Home
last modified time | relevance | path

Searched refs:l_protectdepth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dsys_sched.c564 switch(l->l_protectdepth) { in sys__sched_protect()
569 l->l_protectdepth = 0; in sys__sched_protect()
574 l->l_protectdepth--; in sys__sched_protect()
589 l->l_protectdepth++; in sys__sched_protect()
/netbsd-src/sys/sys/
H A Dlwp.h119 int l_protectdepth; /* l: for PTHREAD_PRIO_PROTECT */ member