HomeSort by relevance Sort by last modified time
    Searched full:setsid (Results 26 - 50 of 644) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py 53 setsid = getattr(os, 'setsid', None)
54 if not setsid:
55 setsid = getattr(os, 'setpgrp', None)
59 preexec_fn=setsid, startupinfo=startupinfo)
  /external/autotest/client/site_tests/platform_StackProtector/
whitelist 34 /usr/bin/setsid
  /prebuilts/gdb/darwin-x86/lib/python2.7/
webbrowser.py 195 setsid = getattr(os, 'setsid', None)
196 if not setsid:
197 setsid = getattr(os, 'setpgrp', None)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
232 setsid = getattr(os, 'setsid', None)
233 if not setsid:
234 setsid = getattr(os, 'setpgrp', None)
238 stderr=inout, preexec_fn=setsid)
    [all...]
pty.py 101 os.setsid()
111 os.setsid()
  /prebuilts/gdb/linux-x86/lib/python2.7/
webbrowser.py 195 setsid = getattr(os, 'setsid', None)
196 if not setsid:
197 setsid = getattr(os, 'setpgrp', None)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
232 setsid = getattr(os, 'setsid', None)
233 if not setsid:
234 setsid = getattr(os, 'setpgrp', None)
238 stderr=inout, preexec_fn=setsid)
    [all...]
pty.py 101 os.setsid()
111 os.setsid()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 195 setsid = getattr(os, 'setsid', None)
196 if not setsid:
197 setsid = getattr(os, 'setpgrp', None)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
232 setsid = getattr(os, 'setsid', None)
233 if not setsid:
234 setsid = getattr(os, 'setpgrp', None)
238 stderr=inout, preexec_fn=setsid)
    [all...]
pty.py 101 os.setsid()
111 os.setsid()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 195 setsid = getattr(os, 'setsid', None)
196 if not setsid:
197 setsid = getattr(os, 'setpgrp', None)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
232 setsid = getattr(os, 'setsid', None)
233 if not setsid:
234 setsid = getattr(os, 'setpgrp', None)
238 stderr=inout, preexec_fn=setsid)
    [all...]
  /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/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/strace/tests/
seccomp.c 88 SOCK_FILTER_DENY_SYSCALL(setsid, EPERM),
116 PRINT_DENY_SYSCALL(setsid, EPERM),
  /prebuilts/go/darwin-x86/src/runtime/
syscall2_solaris.go 23 //go:cgo_import_dynamic libc_setsid setsid "libc.so"
  /prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s 68 TEXT ·setsid(SB),NOSPLIT,$0
exec_solaris.go 14 Setsid bool // Create session.
38 func setsid() (pid uintptr, err Errno) func
96 if sys.Setsid {
97 _, err1 = setsid()
  /prebuilts/go/linux-x86/src/runtime/
syscall2_solaris.go 23 //go:cgo_import_dynamic libc_setsid setsid "libc.so"
  /prebuilts/go/linux-x86/src/syscall/
asm_solaris_amd64.s 68 TEXT ·setsid(SB),NOSPLIT,$0
exec_solaris.go 14 Setsid bool // Create session.
38 func setsid() (pid uintptr, err Errno) func
96 if sys.Setsid {
97 _, err1 = setsid()
  /system/extras/tests/cpueater/
cpueater.c 43 setsid();
daemonize.c 95 setsid();
  /bionic/libc/upstream-openbsd/lib/libc/gen/
daemon.c 50 if (setsid() == -1)
  /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");
  /external/toybox/toys/other/
oneit.c 41 // - Do a setsid() (so we have our own session).
95 setsid();

Completed in 707 milliseconds

12 3 4 5 6 7 8 91011>>