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

  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 170 func newosproc0(stacksize uintptr, fn unsafe.Pointer) { func
os_darwin.go 152 // newosproc0 is a version of newosproc that can be called before the runtime
159 func newosproc0(stacksize uintptr, fn uintptr) { func
os_windows.go 619 // function is called by newosproc0, so it is also required to
653 func newosproc0(mp *m, stk unsafe.Pointer) { func
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 170 func newosproc0(stacksize uintptr, fn unsafe.Pointer) { func
os_darwin.go 152 // newosproc0 is a version of newosproc that can be called before the runtime
159 func newosproc0(stacksize uintptr, fn uintptr) { func
os_windows.go 619 // function is called by newosproc0, so it is also required to
653 func newosproc0(mp *m, stk unsafe.Pointer) { func

Completed in 265 milliseconds