HomeSort by relevance Sort by last modified time
    Searched refs:rfork (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/
run.rc 6 rfork e
all.rc 6 rfork n
make.rc 32 rfork e
  /prebuilts/go/linux-x86/src/
run.rc 6 rfork e
all.rc 6 rfork n
make.rc 32 rfork e
  /prebuilts/go/darwin-x86/src/runtime/
os2_plan9.go 21 // rfork
os_plan9.go 40 func rfork(flags int32) int32 func
415 pid := rfork(_RFPROC | _RFMEM | _RFNOWAIT)
417 throw("newosproc: rfork failed")
sys_plan9_386.s 136 TEXT runtime·rfork(SB),NOSPLIT,$0
sys_plan9_amd64.s 133 TEXT runtime·rfork(SB),NOSPLIT,$0
sys_plan9_arm.s 202 //func rfork(flags int32) int32
203 TEXT runtime·rfork(SB),NOSPLIT,$0-8
os_linux.go 110 // Clone, the Linux rfork.
  /prebuilts/go/linux-x86/src/runtime/
os2_plan9.go 21 // rfork
os_plan9.go 40 func rfork(flags int32) int32 func
415 pid := rfork(_RFPROC | _RFMEM | _RFNOWAIT)
417 throw("newosproc: rfork failed")
sys_plan9_386.s 136 TEXT runtime·rfork(SB),NOSPLIT,$0
sys_plan9_amd64.s 133 TEXT runtime·rfork(SB),NOSPLIT,$0
sys_plan9_arm.s 202 //func rfork(flags int32) int32
203 TEXT runtime·rfork(SB),NOSPLIT,$0-8
os_linux.go 110 // Clone, the Linux rfork.
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 258 // rfork
exec_plan9.go 348 Rfork int // additional flags to pass to rfork
423 pid, err = forkAndExecInChild(argv0p, argvp, envvParsed, dir, attr, p[1], sys.Rfork)
zsysnum_dragonfly_amd64.go 158 SYS_RFORK = 251 // { int rfork(int flags); }
zsysnum_freebsd_386.go 157 SYS_RFORK = 251 // { int rfork(int flags); }
zsysnum_freebsd_amd64.go 157 SYS_RFORK = 251 // { int rfork(int flags); }
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 258 // rfork
exec_plan9.go 348 Rfork int // additional flags to pass to rfork
423 pid, err = forkAndExecInChild(argv0p, argvp, envvParsed, dir, attr, p[1], sys.Rfork)

Completed in 1075 milliseconds

1 2