HomeSort by relevance Sort by last modified time
    Searched defs:pgrp (Results 1 - 10 of 10) 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...]
  /prebuilts/gcc/linux-x86/host/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:__anon22182
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 1068 struct group *pgrp; member in struct:__anon22302
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 1077 struct group *pgrp; member in struct:__anon23772
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 1068 struct group *pgrp; member in struct:__anon23892
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 1068 struct group *pgrp; member in struct:__anon25404
    [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
239 if (j->pgrp == 0)
242 mksh_killpg(j->pgrp, SIGHUP);
245 if (j->pgrp == 0)
248 mksh_killpg(j->pgrp, SIGCONT);
260 * Need to restore the tty pgrp to what it was when the
438 j->pgrp = 0;
476 if (j->pgrp == 0)
    [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 277 milliseconds