Searched defs:pgrp (Results 1 - 13 of 13) 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/openssh/openbsd-compat/
H A Dbsd-nextstep.c75 int tcsetpgrp(int fd, pid_t pgrp) argument
77 return (ioctl(fd, TIOCSPGRP, &pgrp));
/external/ltp/tools/top-LTP/proc/
H A Dreadproc.h26 d ppid, pgrp, session, tty, tpgid,
131 pgrp, /* process group id */ member in struct:proc_t
/external/ltp/pan/
H A Dltp-pan.c86 int pgrp; member in struct:tag_pgrp
94 int pgrp; member in struct:orphan_pgrp
379 running[keep_active].pgrp = -1; /* end sentinel */
381 /* a head to the orphaned pgrp list */
526 if (running[i].pgrp == 0)
618 if (orph->pgrp == 0)
683 if (running[i].pgrp == 0)
688 send_signal, -running[i].pgrp);
689 if (kill(-running[i].pgrp, send_signal) != 0) {
692 panname, -running[i].pgrp, send_signa
[all...]
/external/mksh/src/
H A Djobs.c56 #define JP_PGRP 4 /* print pgrp */
67 #define JF_FG 0x010 /* running in foreground (also has tty pgrp) */
83 pid_t pgrp; /* process group of job */ member in struct:job
235 /* Restore tty and pgrp. */
257 /* Back from suspend, reset signals, pgrp and tty. */
291 if (j->pgrp == 0)
294 mksh_killpg(j->pgrp, SIGHUP);
297 if (j->pgrp == 0)
300 mksh_killpg(j->pgrp, SIGCONT);
312 * Need to restore the tty pgrp t
[all...]
/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 275 milliseconds