Home | History | Annotate | Download | only in setpgid

Lines Matching refs:setpgid

38  *   1. Basic functionality test for setpgid(2).
39 * 2. Check functioning of setpgid(2) with pid = 0 and pgid = 0.
85 TEST(setpgid(pid, pgid));
87 tst_resm(TFAIL | TTERRNO, "test setpgid(%d, %d) fail",
90 tst_resm(TPASS, "test setpgid(%d, %d) success", pid, pgid);
119 TEST(setpgid(0, 0));
122 fprintf(stderr, "setpgid(0, 0) fails in "
126 fprintf(stderr, "setpgid(0, 0) fails to make PGID"
135 tst_resm(TPASS, "test setpgid(0, 0) success");
137 tst_resm(TFAIL, "test setpgid(0, 0) fail");