type runtime.ancestorInfo
8 uses
runtime (current package)
proc.go#L4103: func saveAncestors(callergp *g) *[]ancestorInfo {
proc.go#L4108: var callerAncestors []ancestorInfo
proc.go#L4116: ancestors := make([]ancestorInfo, n)
proc.go#L4123: ancestors[0] = ancestorInfo{
proc.go#L4129: ancestorsp := new([]ancestorInfo)
runtime2.go#L465: ancestors *[]ancestorInfo // ancestor information goroutine(s) that created this goroutine (only used if debug.tracebackancestors)
runtime2.go#L968: type ancestorInfo struct {
traceback.go#L751: func printAncestorTraceback(ancestor ancestorInfo) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)