HomeSort by relevance Sort by last modified time
    Searched refs:setsid (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 152 pid_t setsid(void);
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main2.c 130 // Call setsid so that we can use kill(0, SIGIO) below.
133 setsid();
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main4.c 85 // Call setsid so that we can use kill(0, SIGIO) below.
88 setsid();
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main2.c 130 // Call setsid so that we can use kill(0, SIGIO) below.
133 setsid();
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main4.c 85 // Call setsid so that we can use kill(0, SIGIO) below.
88 setsid();
  /external/toybox/toys/pending/
getty.c 128 if ((setsid() < 0) && (getpid() != getsid(0)))
129 perror_exit("setsid");
140 if (setsid() < 0) perror_msg("setsid failed");
init.c 254 setsid(); //new session
455 setsid();
  /external/autotest/scheduler/
luciferlib.py 371 os.setsid()
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 192 os.setsid()
  /external/e2fsprogs/misc/
logsave.c 322 setsid(); /* To avoid getting killed by init */
  /external/fio/os/
os-windows.h 102 pid_t setsid(void);
  /external/ltp/testcases/lib/
test.sh 203 setsid sh -c "eval $command" 2>&1 &
  /external/python/cpython2/Lib/test/
test_pty.py 125 debug("In child, calling os.setsid()")
127 os.setsid()
133 # Have pty, but not setsid()?
134 debug("No setsid() available?")
144 debug("os.setsid() succeeded! (bad!)")
170 ##if False and lines != ['In child, calling os.setsid()',
178 self.fail("Child raised an unexpected exception in os.setsid()")
  /external/python/cpython3/Lib/test/
test_pty.py 126 debug("In child, calling os.setsid()")
128 os.setsid()
134 # Have pty, but not setsid()?
135 debug("No setsid() available?")
145 debug("os.setsid() succeeded! (bad!)")
172 ##if False and lines != ['In child, calling os.setsid()',
180 self.fail("Child raised an unexpected exception in os.setsid()")
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 58 setsid();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 125 debug("In child, calling os.setsid()")
127 os.setsid()
133 # Have pty, but not setsid()?
134 debug("No setsid() available?")
144 debug("os.setsid() succeeded! (bad!)")
170 ##if False and lines != ['In child, calling os.setsid()',
178 self.fail("Child raised an unexpected exception in os.setsid()")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 125 debug("In child, calling os.setsid()")
127 os.setsid()
133 # Have pty, but not setsid()?
134 debug("No setsid() available?")
144 debug("os.setsid() succeeded! (bad!)")
170 ##if False and lines != ['In child, calling os.setsid()',
178 self.fail("Child raised an unexpected exception in os.setsid()")
  /prebuilts/go/darwin-x86/src/syscall/
exec_solaris.go 14 Setsid bool // Create session.
39 func setsid() (pid uintptr, err Errno) func
105 if sys.Setsid {
106 _, err1 = setsid()
  /prebuilts/go/linux-x86/src/syscall/
exec_solaris.go 14 Setsid bool // Create session.
39 func setsid() (pid uintptr, err Errno) func
105 if sys.Setsid {
106 _, err1 = setsid()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 125 debug("In child, calling os.setsid()")
127 os.setsid()
133 # Have pty, but not setsid()?
134 debug("No setsid() available?")
144 debug("os.setsid() succeeded! (bad!)")
170 ##if False and lines != ['In child, calling os.setsid()',
178 self.fail("Child raised an unexpected exception in os.setsid()")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 125 debug("In child, calling os.setsid()")
127 os.setsid()
133 # Have pty, but not setsid()?
134 debug("No setsid() available?")
144 debug("os.setsid() succeeded! (bad!)")
170 ##if False and lines != ['In child, calling os.setsid()',
178 self.fail("Child raised an unexpected exception in os.setsid()")
  /external/toolchain-utils/cros_utils/
command_executer.py 95 # We use setsid so that the child will have a different session id
106 preexec_fn=os.setsid,
590 # We use setsid so that the child will have a different session id
605 preexec_fn=os.setsid)
  /bionic/libc/bionic/
spawn.cpp 115 if ((flags & POSIX_SPAWN_SETSID) != 0 && setsid() == -1) _exit(127);
  /bionic/libc/include/
unistd.h 91 pid_t setsid(void);
  /external/honggfuzz/
subproc.c 214 setsid();

Completed in 517 milliseconds

1 2 34 5 6 7 8