PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Process
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Waits for all children, returning an array of <em>pid</em>/<em>status</em> pairs (where <em>status</em> is a <tt>Process::Status</tt> object). - !ruby/struct:SM::Flow::VERB body: " fork { sleep 0.2; exit 2 } #=> 27432\n fork { sleep 0.1; exit 1 } #=> 27433\n fork { exit 0 } #=> 27434\n p Process.waitall\n" - !ruby/struct:SM::Flow::P body: "<em>produces</em>:" - !ruby/struct:SM::Flow::VERB body: " [[27434, #<Process::Status: pid=27434,exited(0)>],\n [27433, #<Process::Status: pid=27433,exited(1)>],\n [27432, #<Process::Status: pid=27432,exited(2)>]]\n" full_name: Process::waitall is_singleton: true name: waitall params: | Process.waitall => [ [pid1,status1], ...] visibility: public
[-] groups-c.yaml
[edit]
[-] groups%3d-c.yaml
[edit]
[-] initgroups-c.yaml
[edit]
[-] waitpid2-c.yaml
[edit]
[-] exit-c.yaml
[edit]
[-] maxgroups%3d-c.yaml
[edit]
[+]
Status
[-] maxgroups-c.yaml
[edit]
[-] wait2-c.yaml
[edit]
[-] waitpid-c.yaml
[edit]
[-] exec-c.yaml
[edit]
[+]
GID
[-] egid-c.yaml
[edit]
[-] exit%21-c.yaml
[edit]
[+]
UID
[-] setpriority-c.yaml
[edit]
[-] gid%3d-c.yaml
[edit]
[-] wait-c.yaml
[edit]
[-] egid%3d-c.yaml
[edit]
[-] fork-c.yaml
[edit]
[-] setpgrp-c.yaml
[edit]
[-] detach-c.yaml
[edit]
[-] kill-c.yaml
[edit]
[-] ppid-c.yaml
[edit]
[-] getpgrp-c.yaml
[edit]
[+]
Sys
[-] times-c.yaml
[edit]
[-] abort-c.yaml
[edit]
[-] euid-c.yaml
[edit]
[-] setsid-c.yaml
[edit]
[-] euid%3d-c.yaml
[edit]
[+]
..
[-] setpgid-c.yaml
[edit]
[-] getpriority-c.yaml
[edit]
[-] pid-c.yaml
[edit]
[-] uid%3d-c.yaml
[edit]
[-] uid-c.yaml
[edit]
[-] cdesc-Process.yaml
[edit]
[-] waitall-c.yaml
[edit]
[-] getpgid-c.yaml
[edit]
[-] getrlimit-c.yaml
[edit]
[-] gid-c.yaml
[edit]
[-] setrlimit-c.yaml
[edit]