Searched
full:setsid (Results
451 -
475 of
644) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_netbsd_arm.go | 1062 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_386.go | 1086 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_amd64.go | 1086 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_arm.go | 1086 func Setsid() (pid int, err error) {
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_darwin_386.go | 1186 func Setsid() (pid int, err error) { [all...] |
zsyscall_darwin_amd64.go | 1186 func Setsid() (pid int, err error) { [all...] |
zsyscall_darwin_arm.go | 1186 func Setsid() (pid int, err error) { [all...] |
zsyscall_darwin_arm64.go | 1186 func Setsid() (pid int, err error) {
|
zsyscall_dragonfly_amd64.go | 1096 func Setsid() (pid int, err error) {
|
zsyscall_freebsd_386.go | 1096 func Setsid() (pid int, err error) {
|
zsyscall_freebsd_amd64.go | 1096 func Setsid() (pid int, err error) {
|
zsyscall_freebsd_arm.go | 1096 func Setsid() (pid int, err error) {
|
zsyscall_linux_386.go | 879 func Setsid() (pid int, err error) { [all...] |
zsyscall_netbsd_386.go | 1062 func Setsid() (pid int, err error) {
|
zsyscall_netbsd_amd64.go | 1062 func Setsid() (pid int, err error) {
|
zsyscall_netbsd_arm.go | 1062 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_386.go | 1086 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_amd64.go | 1086 func Setsid() (pid int, err error) {
|
zsyscall_openbsd_arm.go | 1086 func Setsid() (pid int, err error) {
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyconfig.h | 620 /* Define to 1 if you have the `setsid' function. */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyconfig.h | 620 /* Define to 1 if you have the `setsid' function. */ [all...] |
/external/toybox/generated/ |
flags.h | [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-util-win.c | 54 * Does the chdir, fork, setsid, etc. to become a daemon process. [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd.c | 280 setsid(); [all...] |
/external/fio/ |
backend.c | 1313 setsid(); [all...] |
Completed in 494 milliseconds
<<11121314151617181920>>