Searched refs:setpgid (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dsetpgid_test.cpp24 printf("child setpgid(0, 0)\n");
25 if (setpgid(0, 0) < 0) {
26 fprintf(stderr, "child: first setpgid() failed: %s\n", strerror(errno));
51 printf("child setpgid(0, %d)\n", parentPID);
52 if (setpgid(0, parentPID) < 0) {
53 // printf("child setpgid(0, 0)\n");
54 // if (setpgid(0, 0) < 0) {
55 fprintf(stderr, "child: second setpgid() failed: %s\n", strerror(errno));
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dprocess.c70 setpgid(pid_t process, pid_t group) function
83 // setpgrp() never fails -- setpgid() fails when the process is a session
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp122 setpgid(ret, ret);
/haiku-fatelf/src/bin/coreutils/src/
H A Dtimeout.c271 setpgid (0, 0);
/haiku-fatelf/headers/posix/
H A Dunistd.h243 extern int setpgid(pid_t pid, pid_t pgid);
/haiku-fatelf/src/bin/consoled/
H A Dconsoled.cpp401 setpgid(pid, 0);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinflow.c704 setpgid or setpgrp might not exist on a system without job control.
708 For a more clean implementation, in libiberty, put a setpgid which merely
720 /* The call setpgid (0, 0) is supposed to work and mean the same
722 setpgid (getpid (), getpid ()) succeeds). */
723 retval = setpgid (getpid (), getpid ());
H A Dconfigure6819 for ac_func in setpgid setpgrp
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp320 setpgid(view->fShellProcess, 0);
/haiku-fatelf/src/bin/bash/
H A Djobs.c327 #define setpgid(pid, pgrp) setpgrp (pid, pgrp) macro
1770 if (setpgid (mypid, pipeline_pgrp) < 0)
1771 sys_error (_("child setpgid (%ld to %ld)"), (long)mypid, (long)pipeline_pgrp);
1803 /* Release the process group pipe, since our call to setpgid ()
1845 setpgid (pid, pipeline_pgrp);
3599 setpgid (0, shell_pgrp);
3631 if ((original_pgrp != shell_pgrp) && (setpgid (0, shell_pgrp) < 0))
3633 sys_error (_("initialize_job_control: setpgid"));
3651 setpgid (0, original_pgrp);
4156 setpgid (
[all...]
H A Dconfigure25375 # define setpgid(x,y) setpgrp(x,y)
25385 setpgid(0, getpid());
25388 setpgid(pid1, pid1);
25399 setpgid(0, pid1);
25404 setpgid(pid2, pid1);
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.cpp673 setpgid(fThreadId, fThreadId);
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dlinux-low.c152 setpgid (0, 0);
/haiku-fatelf/src/bin/network/telnetd/
H A Dsys_term.c1021 setpgid(0, 0);

Completed in 302 milliseconds