Home | History | Annotate | Download | only in syscall

Lines Matching full:process

27 	pid = c.proc.Process.Pid
77 t.Fatalf("Parent and child have the same process ID")
81 t.Fatalf("Child is not in parent's process group")
97 t.Fatalf("Parent and child have the same process ID")
101 t.Fatalf("Parent and child are in the same process group")
105 t.Fatalf("Child's process group is not the child's process ID")
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")
129 t.Fatalf("Child 1's process group is not its process ID")
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")
152 t.Fatalf("Child 2's process group is its process ID")
156 t.Fatalf("Child 1 and 2 have the same process ID")
160 t.Fatalf("Child 1 and 2 are not in the same process group")
180 t.Fatalf("Foreground process group is zero")
196 t.Fatalf("Parent and child have the same process ID")
200 t.Fatalf("Parent and child are in the same process group")
204 t.Fatalf("Child's process group is not the child's process ID")