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

  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 158 // goexit is the return stub at the top of every goroutine call stack.
159 // Each goroutine stack is constructed as if goexit called the
161 // function returns, it will return to goexit, which will call goexit1
165 // gentraceback assumes that goexit terminates the stack. A direct
168 func goexit(neverCallThisFunction) func
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 158 // goexit is the return stub at the top of every goroutine call stack.
159 // Each goroutine stack is constructed as if goexit called the
161 // function returns, it will return to goexit, which will call goexit1
165 // gentraceback assumes that goexit terminates the stack. A direct
168 func goexit(neverCallThisFunction) func

Completed in 60 milliseconds