Module: Ragweed::Wraposx::Wait
- Defined in:
- lib/ragweed/wraposx/constants.rb
Overview
options for wait()
Constant Summary collapse
- NOHANG =
- XSI
-
no hang in wait/no child to reap
0x01
- UNTRACED =
- XSI
-
notify on stop, untraced child
0x02
- EXITED =
- XSI
-
Processes which have exitted
0x04
- STOPPED =
- XSI
-
Any child stopped by signal
0x08
- CONTINUED =
- XSI
-
Any child stopped then continued
0x10
- NOWWAIT =
- XSI
-
Leave process returned waitable
0x20