HomeSort by relevance Sort by last modified time
    Searched defs:pgrp (Results 1 - 8 of 8) sorted by null

  /system/core/sh/
jobs.h 72 pid_t pgrp; /* process group of this job */ member in struct:job
jobs.c 94 int initialpgrp; /* pgrp of shell on invocation */
111 static int tcsetpgrp(int fd, pid_t pgrp);
116 pid_t pgrp; local
117 if (ioctl(fd, TIOCGPGRP, (char *)&pgrp) == -1)
120 return pgrp;
126 return ioctl(fd, TIOCSPGRP, (char *)&pgrp);
869 int pgrp; local
873 pgrp = pid;
875 pgrp = jp->ps[0].pid;
878 (void)setpgid(pid, pgrp);
899 int pgrp; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 1077 struct group *pgrp; member in struct:__anon20045
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 1068 struct group *pgrp; member in struct:__anon20165
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 1077 struct group *pgrp; member in struct:__anon21507
    [all...]
  /external/mksh/src/
jobs.c 54 #define JP_PGRP 4 /* print pgrp */
65 #define JF_FG 0x010 /* running in foreground (also has tty pgrp) */
81 pid_t pgrp; /* process group of job */ member in struct:job
218 if (j->pgrp == 0)
221 mksh_killpg(j->pgrp, SIGHUP);
224 if (j->pgrp == 0)
227 mksh_killpg(j->pgrp, SIGCONT);
239 * Need to restore the tty pgrp to what it was when the
389 pi.j->pgrp = 0;
427 if (pi.j->pgrp == 0) { /* First process *
    [all...]
  /external/kernel-headers/original/linux/
tty.h 182 int pgrp; member in struct:tty_struct
290 extern int is_orphaned_pgrp(int pgrp);
sched.h 418 pid_t pgrp; member in struct:signal_struct
1003 return tsk->signal->pgrp;
    [all...]

Completed in 536 milliseconds