Home
last modified time | relevance | path

Searched refs:STOPLWP (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c212 if (STOPLWP(p, lp)) { in userret()
275 while (STOPLWP(lp->lwp_proc, lp)) { in userexit()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c245 if (__predict_false(STOPLWP(p, lp))) { in userret()
312 while (__predict_false(STOPLWP(lp->lwp_proc, lp))) { in userexit()
/dragonfly/sys/sys/
H A Dproc.h492 #define STOPLWP(p, lp) \ macro
/dragonfly/sys/kern/
H A Dkern_exit.c1047 if (STOPLWP(q, td->td_lwp)) in kern_wait()
H A Dkern_synch.c1381 while (STOPLWP(p, lp)) { in tstop()
H A Dkern_sig.c1990 if (STOPLWP(p, lp)) { in issignal()