HomeSort by relevance Sort by last modified time
    Searched defs:rfork (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
os_plan9.go 40 func rfork(flags int32) int32 func
410 pid := rfork(_RFPROC | _RFMEM | _RFNOWAIT)
412 throw("newosproc: rfork failed")
  /prebuilts/go/linux-x86/src/runtime/
os_plan9.go 40 func rfork(flags int32) int32 func
410 pid := rfork(_RFPROC | _RFMEM | _RFNOWAIT)
412 throw("newosproc: rfork failed")

Completed in 685 milliseconds