Lines Matching refs:pid
32 pid_t pid = fork();
33 if (pid > 0) {
36 if (wait_for_pind != pid) {
37 t_error("%s wait get pid is %d are not want %d\n", __func__, wait_for_pind, pid);
42 } else if (pid == 0) {
57 pid_t pid = fork();
58 if (pid > 0) {
61 if (wait_for_pind != pid) {
62 t_error("%s wait get pid is %d are not want %d\n", __func__, wait_for_pind, pid);
67 } else if (pid == 0) {