HomeSort by relevance Sort by last modified time
    Searched refs:setpgid (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/runtime/
syscall2_solaris.go 22 //go:cgo_import_dynamic libc_setpgid setpgid "libc.so"
  /prebuilts/go/linux-x86/src/runtime/
syscall2_solaris.go 22 //go:cgo_import_dynamic libc_setpgid setpgid "libc.so"
  /system/sepolicy/prebuilts/api/26.0/private/
mls 18 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
access_vectors 301 setpgid
  /system/sepolicy/prebuilts/api/27.0/private/
mls 18 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
access_vectors 303 setpgid
  /system/sepolicy/prebuilts/api/28.0/private/
mls 18 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
access_vectors 312 setpgid
  /system/sepolicy/private/
mls 18 mlsconstrain process { sigkill sigstop signal setsched setpgid setcap setrlimit ptrace share }
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 151 int setpgid(pid_t, pid_t);
  /external/ltp/testcases/kernel/containers/pidns/
pidns05.c 230 setpgid(0, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 656 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
660 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
662 process in its on group like `setpgid (0, 0)'.
664 New programs should always use `setpgid' instead.
672 This is exactly the same as `setpgid (0, 0)'. */
677 /* Another name for `setpgid' (above). */
679 extern int __REDIRECT_NTH (setpgrp, (__pid_t __pid, __pid_t __pgrp), setpgid);
681 # define setpgrp setpgid
    [all...]
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 278 setpgid
role-base.conf 278 setpgid
user-base.conf 278 setpgid
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 278 setpgid
small-base.conf 278 setpgid
  /art/oatdump/
oatdump_test.h 277 setpgid(0, 0);
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 15 Setpgid bool // Set process group ID to Pgid, or, if Pgid == 0, to new pid.
19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
20 Pgid int // Child's process group ID if Setpgid.
41 func setpgid(pid uintptr, pgid uintptr) (err Errno) func
113 if sys.Setpgid || sys.Foreground {
115 err1 = setpgid(0, uintptr(sys.Pgid))
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 15 Setpgid bool // Set process group ID to Pgid, or, if Pgid == 0, to new pid.
19 Foreground bool // Place child's process group in foreground. (Implies Setpgid. Uses Ctty as fd of controlling TTY)
20 Pgid int // Child's process group ID if Setpgid.
41 func setpgid(pid uintptr, pgid uintptr) (err Errno) func
113 if sys.Setpgid || sys.Foreground {
115 err1 = setpgid(0, uintptr(sys.Pgid))
  /external/mksh/src/
jobs.c 256 } else if (setpgid(0, restore_ttypgrp) < 0) {
258 Tj_suspend, "setpgid", cstrerror(errno));
274 if (setpgid(0, kshpid) < 0) {
276 Tj_suspend, "setpgid", cstrerror(errno));
333 setpgid(0, restore_ttypgrp);
380 if (setpgid(0, kshpid) < 0) {
382 "j_init", "setpgid", cstrerror(errno));
550 setpgid(p->pid, j->pgrp);
    [all...]
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 278 setpgid
base-notmetreq.conf 277 setpgid
small-base.conf 278 setpgid
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 278 setpgid

Completed in 428 milliseconds

12 3 4 5 6