Searched refs:pgrp (Results 1 - 17 of 17) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
H A D4-1.c22 int pgrp; local
24 if ((pgrp = getpgrp()) == -1) {
29 if (killpg(pgrp, 0) != 0) {
H A D5-1.c23 int pgrp; local
25 if ((pgrp = getpgrp()) == -1) {
30 if (killpg(pgrp, -1) != -1) {
H A D6-1.c24 int pgrp; local
26 if ((pgrp = getpgrp()) == -1) {
31 if (killpg(pgrp, -1) != -1) {
H A D1-1.c38 int pgrp; local
52 if ((pgrp = getpgrp()) == -1) {
57 if (killpg(pgrp, SIGTOTEST) != 0) {
/external/ltp/pan/
H A Dltp-pan.c87 int pgrp; member in struct:tag_pgrp
95 int pgrp; member in struct:orphan_pgrp
384 running[keep_active].pgrp = -1; /* end sentinel */
386 /* a head to the orphaned pgrp list */
531 if (running[i].pgrp == 0)
623 if (orph->pgrp == 0)
688 if (running[i].pgrp == 0)
693 send_signal, -running[i].pgrp);
694 if (kill(-running[i].pgrp, send_signal) != 0) {
697 panname, -running[i].pgrp, send_signa
[all...]
/external/mksh/src/
H A Djobs.c69 #define JP_PGRP 4 /* print pgrp */
80 #define JF_FG 0x010 /* running in foreground (also has tty pgrp) */
96 pid_t pgrp; /* process group of job */ member in struct:job
248 /* Restore tty and pgrp. */
270 /* Back from suspend, reset signals, pgrp and tty. */
304 if (j->pgrp == 0)
307 mksh_killpg(j->pgrp, SIGHUP);
310 if (j->pgrp == 0)
313 mksh_killpg(j->pgrp, SIGCONT);
325 * Need to restore the tty pgrp t
[all...]
/external/elfutils/tests/
H A Drun-readelf-mixed-corenote.sh31 pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063
42 uid: 0, gid: 0, pid: 11087, ppid: 11063, pgrp: 11087, sid: 11063
97 pid: 805, ppid: 804, pgrp: 804, sid: 699
115 uid: 0, gid: 0, pid: 805, ppid: 804, pgrp: 804, sid: 699
162 pid: 839, ppid: 838, pgrp: 838, sid: 699
176 uid: 0, gid: 0, pid: 839, ppid: 838, pgrp: 838, sid: 699
234 pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868
250 uid: 1000, gid: 1000, pid: 9664, ppid: 2868, pgrp: 9664, sid: 2868
301 pid: 16547, ppid: 3822, pgrp: 16547, sid: 3822
322 uid: 0, gid: 0, pid: 16547, ppid: 3822, pgrp
[all...]
H A Drun-readelf-vmcoreinfo.sh30 pid: 3519, ppid: 0, pgrp: 0, sid: 0
48 pid: 0, ppid: 0, pgrp: 0, sid: 0
/external/elfutils/backends/
H A Dlinux-core-note.c156 FIELD (identity, PID_T, pgrp, 'd'),
191 FIELD (identity, PID_T, pgrp, 'd'),
/external/python/cpython3/Modules/clinic/
H A Dposixmodule.c.h3201 "setpgid($module, pid, pgrp, /)\n"
3204 "Call the system call setpgid(pid, pgrp).");
3210 os_setpgid_impl(PyObject *module, pid_t pid, pid_t pgrp);
3217 pid_t pgrp; local
3220 &pid, &pgrp)) {
3223 return_value = os_setpgid_impl(module, pid, pgrp);
/external/python/cpython2/Modules/
H A Dposixmodule.c4230 "getpgrp() -> pgrp\n\n\
6514 "setpgid(pid, pgrp)\n\n\
6521 int pgrp; local
6522 if (!PyArg_ParseTuple(args, PARSE_PID "i:setpgid", &pid, &pgrp))
6524 if (setpgid(pid, pgrp) < 0)
/external/python/cpython3/Modules/
H A Dposixmodule.c7461 pgrp: pid_t
7464 Call the system call setpgid(pid, pgrp).
7468 os_setpgid_impl(PyObject *module, pid_t pid, pid_t pgrp) argument
7471 if (setpgid(pid, pgrp) < 0)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 919 milliseconds