Home | History | Annotate | Download | only in shmt

Lines Matching refs:child

32  * Parent process forks a child. Child pauses until parent has created
34 * time child gets the shared memory segment id, attaches to it and
63 int child();
83 child();
93 * kill the child if parent failed to do the attach
105 /* kill the child if parent failed to do the attch */
122 tst_resm(TFAIL, "Waited on the wrong child");
145 int child(void)
156 perror("shmget:child process");
164 perror("shmat:child process");
170 tst_resm(TFAIL, "child: not A\n");
173 tst_resm(TFAIL, "child: not B\n");
176 tst_resm(TFAIL, "child: not C\n");
179 tst_resm(TFAIL, "child: not 0\n");