Home | History | Annotate | Download | only in runtime

Lines Matching defs:callers

120 // the runtime.Callers function (pcbuf != nil), as well as the garbage
137 // on another stack. That could confuse callers quite a bit.
701 func callers(skip int, pcbuf []uintptr) int {
938 // Unlike runtime.Callers, the PC values returned should, when passed
1049 // cgoTraceback prints a traceback of callers.
1050 func printCgoTraceback(callers *cgoCallers) {
1052 for _, c := range callers {
1062 for _, c := range callers {