Lines Matching refs:pid
34 pid_t pid = fork();
35 if (pid > 0) {
40 if (wait3_for_pind != pid) {
41 t_error("%s wait3 get pid is %d are not want %d\n", __func__, wait3_for_pind, pid);
46 } else if (pid == 0) {
61 pid_t pid = fork();
62 if (pid > 0) {
67 if (wait3_for_pind != pid) {
68 t_error("%s wait3 get pid is %d are not want %d\n", __func__, wait3_for_pind, pid);
73 } else if (pid == 0) {