Home
last modified time | relevance | path

Searched refs:PRSTOP_CALLED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dpcb.h56 #define PRSTOP_CALLED 0x01 /* prstop() has been called for this lwp */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dpcb.h68 #define PRSTOP_CALLED 0x04 /* prstop() has been called for this lwp */ macro
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c602 if (lwp->lwp_pcb.pcb_flags & PRSTOP_CALLED) in prstop()
624 lwp->lwp_pcb.pcb_flags |= PRSTOP_CALLED; in prstop()
635 ttolwp(curthread)->lwp_pcb.pcb_flags &= ~PRSTOP_CALLED; in prunstop()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c886 if (lwp->lwp_pcb.pcb_flags & PRSTOP_CALLED) in prstop()
980 lwp->lwp_pcb.pcb_flags |= PRSTOP_CALLED; in prstop()
991 ttolwp(curthread)->lwp_pcb.pcb_flags &= ~PRSTOP_CALLED; in prunstop()