Home | History | Annotate | Download | only in syscall

Lines Matching refs:Parent

62 func parent() (pid, pgrp int) {
67 ppid, ppgrp := parent()
77 t.Fatalf("Parent and child have the same process ID")
81 t.Fatalf("Child is not in parent's process group")
86 ppid, ppgrp := parent()
97 t.Fatalf("Parent and child have the same process ID")
101 t.Fatalf("Parent and child are in the same process group")
110 ppid, ppgrp := parent()
121 t.Fatalf("Parent and child 1 have the same process ID")
125 t.Fatalf("Parent and child 1 are in the same process group")
144 t.Fatalf("Parent and child 2 have the same process ID")
148 t.Fatalf("Parent and child 2 are in the same process group")
183 ppid, ppgrp := parent()
196 t.Fatalf("Parent and child have the same process ID")
200 t.Fatalf("Parent and child are in the same process group")