/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
signal.h | 126 extern int killpg(int pgrp, int sig);
|
/development/ndk/sources/android/libportable/common/include/ |
signal_portable.h | 140 extern int WRAP(killpg)(int pgrp, int sig);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
serial.h | 94 #define ASYNCB_PGRP_LOCKOUT 9 /* Lock out cua opens based on pgrp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serial.h | 94 #define ASYNCB_PGRP_LOCKOUT 9 /* Lock out cua opens based on pgrp */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tmschema.h | 889 TM_PART(1,PGRP,UP) 890 TM_PART(2,PGRP,DOWN) 891 TM_PART(3,PGRP,UPHORZ) 892 TM_PART(4,PGRP,DOWNHORZ)
|
commctrl.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
signal.h | 130 /* Send SIG to all processes in process group PGRP. 131 If PGRP is zero, send SIG to all processes in
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
signal.h | 130 /* Send SIG to all processes in process group PGRP. 131 If PGRP is zero, send SIG to all processes in
|
/system/core/toolbox/ |
ps.c | 93 nexttok(&ptr); // pgrp
|
/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-infinite-recursion-1.ll | 26 %16 = type <{ %struct.pgrp*, %struct.pgrp** }> ; type %16 108 %struct.pgrp = type <{ %16, %13, %struct.session*, %struct.sigiolst, i32, i32, %struct.mtx }> 112 %struct.proc = type <{ %7, %8, %struct.mtx, %struct.ucred*, %struct.filedesc*, %struct.filedesc_to_leader*, %struct.pstats*, %struct.plimit*, %struct.callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.mtx, %struct.ksiginfo*, %struct.sigqueue, i32, i8, i8, i8, i8, %struct.vmspace*, i32, i8, i8, i8, i8, %struct.itimerval, %struct.rusage, %struct.rusage_ext, %struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, i32, i8, i8, i8, i8, %struct.sigiolst, i32, i32, i64, i32, i32, i8, i8, i8, i8, i8, i8, i8, i8, %struct.nlminfo*, %struct.kaioinfo*, %struct.thread*, i32, i8, i8, i8, i8, %struct.thread*, i32, i32, %struct.itimers*, i32, i32, [20 x i8], i8, i8, i8, i8, %struct.pgrp*, %struct.sysentvec*, %struct.pargs*, i64, i8, i8, i8, i8, i32, i16, i8, i8, i8, i8, i8, i8, %struct.knlist, i32, i8, i8, i8, i8, %struct.mdproc, %struct.callout, i16, i8, i8, i8, i8, i8, i8, %struct.proc*, %struct.proc*, i8*, %struct.label*, %struct.p_sched*, %18, %19, %struct.kdtrace_proc*, %struct.cv }>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
cdefs.h | 173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
cdefs.h | 173 int __REDIRECT(setpgrp, (__pid_t pid, __pid_t pgrp), setpgid); */
|
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 842 int WRAP(killpg)(int pgrp, int portable_signum) 844 extern int REAL(killpg)(int pgrp, int sig); 848 ALOGV("%s(pgrp:%d, portable_signum:%d) {", __func__, 849 pgrp, portable_signum); 851 rv = do_kill(pgrp, portable_signum, REAL(killpg)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Controls.py | 351 kControlKindPopupGroupBox = FOUR_CHAR_CODE('pgrp')
|
/external/chromium_org/tools/linux/ |
procfs.py | 37 '(?P<PGRP>-?[0-9]+) '
|
/external/valgrind/main/include/vki/ |
vki-mips32-linux.h | 613 #define VKI_TIOCSPGRP _VKI_IOW('t', 118, int) /* set pgrp of tty */ 614 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */ [all...] |
vki-mips64-linux.h | 625 #define VKI_TIOCSPGRP _VKI_IOW('t', 118, int) /* set pgrp of tty */ 626 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */ [all...] |
/external/lldb/source/Host/common/ |
Host.cpp | 503 case SIGTTIN: return "SIGTTIN"; // 21 to readers pgrp upon background tty read [all...] |
/external/mksh/src/ |
main.c | 407 setint_n((vp = global("PGRP")), (mksh_uari_t)kshpgrp, 10); [all...] |
/external/oprofile/ |
ChangeLog-2003 | [all...] |