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.h71 #define PRSTOP_CALLED 0x04 /* prstop() has been called for this lwp */ macro
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c440 if (lwp->lwp_pcb.pcb_flags & PRSTOP_CALLED)
462 lwp->lwp_pcb.pcb_flags |= PRSTOP_CALLED;
473 ttolwp(curthread)->lwp_pcb.pcb_flags &= ~PRSTOP_CALLED;
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c886 if (lwp->lwp_pcb.pcb_flags & PRSTOP_CALLED)
980 lwp->lwp_pcb.pcb_flags |= PRSTOP_CALLED;
991 ttolwp(curthread)->lwp_pcb.pcb_flags &= ~PRSTOP_CALLED;

Completed in 47 milliseconds