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

  /prebuilts/go/darwin-x86/src/runtime/
sigpanic_unix.go 9 func sigpanic() { func
39 // can't happen: we looked up g.sig in sigtable to decide to call sigpanic
os_plan9.go 66 func sigpanic() { func
signal_windows.go 83 // Only push runtime·sigpanic if r.ip() != 0.
86 // make the trace look like a call to runtime·sigpanic instead.
87 // (Otherwise the trace will end at runtime·sigpanic and we
95 r.setip(funcPC(sigpanic))
152 func sigpanic() { func
os_nacl.go 42 func sigpanic() { func
  /prebuilts/go/linux-x86/src/runtime/
sigpanic_unix.go 9 func sigpanic() { func
39 // can't happen: we looked up g.sig in sigtable to decide to call sigpanic
os_plan9.go 66 func sigpanic() { func
signal_windows.go 83 // Only push runtime·sigpanic if r.ip() != 0.
86 // make the trace look like a call to runtime·sigpanic instead.
87 // (Otherwise the trace will end at runtime·sigpanic and we
95 r.setip(funcPC(sigpanic))
152 func sigpanic() { func
os_nacl.go 42 func sigpanic() { func

Completed in 7150 milliseconds