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

  /system/core/sh/
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...]
jobs.h 72 pid_t pgrp; /* process group of this job */ member in struct:job
  /external/elfutils/libebl/
i386_corenote.c 92 " pid: %d, ppid = %d, pgrp = %d, sid = %d\n"
132 " pid: %d, ppid: %d, pgrp: %d, sid: %d\n"
  /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:__anon13450
    [all...]
  /bionic/libc/include/
signal.h 122 extern int killpg(int pgrp, int sig);
  /development/ndk/platforms/android-8/include/
signal.h 122 extern int killpg(int pgrp, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
signal.h 121 extern int killpg(int pgrp, int sig);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
signal.h 121 extern int killpg(int pgrp, int sig);
  /development/simulator/app/
DeviceManager.cpp 521 * have the simulator and gdb/valgrind in the foreground pgrp while the
528 * signals to the pgrp to ensure that we don't end up with zombies. Any
529 * "pre-launch" processes, like GDB, stay in the sim's pgrp. This also
536 * change the terminal's pgrp, or the interactive stuff just doesn't work.
559 * to learn the pgrp from the child during the initial communication
979 printf("Sim: child says it's now in pgrp %d\n", arg);
1031 printf("Sim: killing pgrp %d\n", (int) mRuntimeProcessGroup);
    [all...]
  /external/kernel-headers/original/linux/
tty.h 180 int pgrp; member in struct:tty_struct
288 extern int is_orphaned_pgrp(int pgrp);
sched.h 418 pid_t pgrp; member in struct:signal_struct
1003 return tsk->signal->pgrp;
    [all...]
kernel.h 137 extern int session_of_pgrp(int pgrp);
fs.h 647 int pid; /* pid or -pgrp where SIGIO should be sent */
    [all...]
  /system/core/toolbox/
ps.c 85 nexttok(&ptr); // pgrp
  /dalvik/vm/
Ddm.c 379 int ppid, pgrp, session, tty_nr, tpgid;
392 &pid, comm, &state, &ppid, &pgrp, &session, &tty_nr, &tpgid,
  /development/simulator/wrapsim/
SimMgr.c 748 wsLog("Simulator wants us to be in a new pgrp (term=%d)\n",
790 * Put our pgrp in the foreground.
800 wsLog("Set pgrp %d as foreground\n", (int) getpgrp());
  /external/strace/
strace.c 1318 a particular pgrp, which this child might or might not be
1320 or if it's waiting for tcp->pid's pgrp. It makes a
1323 error. OTOH, if this was the last child in the pgrp, then
1325 search the system for all pid's in the pgrp to be sure.
    [all...]
process.c     [all...]

Completed in 363 milliseconds