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_darwin.go 131 // newosproc0 is a version of newosproc that can be called before the runtime
138 func newosproc0(stacksize uintptr, fn unsafe.Pointer, fnarg uintptr) { func
os_linux.go 169 func newosproc0(stacksize uintptr, fn unsafe.Pointer) { func
os_windows.go 515 // function is called by newosproc0, so it is also required to
544 func newosproc0(mp *m, stk unsafe.Pointer) { func
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 131 // newosproc0 is a version of newosproc that can be called before the runtime
138 func newosproc0(stacksize uintptr, fn unsafe.Pointer, fnarg uintptr) { func
os_linux.go 169 func newosproc0(stacksize uintptr, fn unsafe.Pointer) { func
os_windows.go 515 // function is called by newosproc0, so it is also required to
544 func newosproc0(mp *m, stk unsafe.Pointer) { func

Completed in 381 milliseconds