Home | History | Annotate | Download | only in unix

Lines Matching refs:Stopped

282 // 0x7F (stopped), or a signal number that caused an exit.
288 // from stopped via the core dump bit.
294 stopped = 0x7F
300 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
302 func (w WaitStatus) Stopped() bool { return w&0xFF == stopped }
323 if !w.Stopped() {