HomeSort by relevance Sort by last modified time
    Searched full:setsid (Results 151 - 175 of 488) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 152 pid_t setsid(void);
  /external/libvncserver/libvncserver/
rfbconfig.h 86 /* Define to 1 if you have the `setsid' function. */
  /libcore/luni/src/main/java/android/system/
Os.java 514 * See <a href="http://man7.org/linux/man-pages/man2/setsid.2.html">setsid(2)</a>.
516 public static int setsid() throws ErrnoException { return Libcore.os.setsid(); } method in class:Os
  /libcore/luni/src/test/java/libcore/libcore/io/
BlockGuardOsTest.java 182 "setsid()",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libutil_pic.a 41 &@?" ?X ,27T0+]GqHdm 8 ?{X   xe ?'=DJPU[?__GI_login_tty__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_setsidioctlerrnodup2closelogin_tty
  /prebuilts/go/darwin-x86/src/os/signal/
signal_cgo_test.go 96 Setsid: true,
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 174 //sysnb Setsid() (pid int, err error)
syscall_dragonfly.go 200 //sysnb Setsid() (pid int, err error)
syscall_freebsd.go 204 //sysnb Setsid() (pid int, err error)
syscall_netbsd.go 194 //sysnb Setsid() (pid int, err error)
  /prebuilts/go/linux-x86/src/os/signal/
signal_cgo_test.go 96 Setsid: true,
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 174 //sysnb Setsid() (pid int, err error)
syscall_dragonfly.go 200 //sysnb Setsid() (pid int, err error)
syscall_freebsd.go 204 //sysnb Setsid() (pid int, err error)
syscall_netbsd.go 194 //sysnb Setsid() (pid int, err error)
  /bionic/libc/bionic/
spawn.cpp 115 if ((flags & POSIX_SPAWN_SETSID) != 0 && setsid() == -1) _exit(127);
  /device/generic/goldfish/wifi/createns/
createns.cpp 167 ::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/libvncserver/
rfbconfig.h 196 /* Define to 1 if you have the `setsid' function. */
  /external/ltp/include/lapi/syscalls/
arm.in 54 setsid (__NR_SYSCALL_BASE+ 66)
  /external/ltp/testcases/lib/
test.sh 203 setsid sh -c "eval $command" 2>&1 &
  /external/minijail/linux-x86/
libsyscalls.gen.c 343 { "setsid", __NR_setsid },
  /libcore/luni/src/main/java/libcore/io/
Os.java 154 public int setsid() throws ErrnoException; method in interface:Os
  /external/libchrome/base/process/
launch_posix.cc 447 if (HANDLE_EINTR(setsid()) != -1) {
453 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set");

Completed in 2158 milliseconds

1 2 3 4 5 67 8 91011>>