Searched defs:ancestorInfo (Results 1 – 2 of 2) sorted by relevance
1046 func printAncestorTraceback(ancestor ancestorInfo) {
1050 type ancestorInfo struct { struct1051 pcs []uintptr // pcs from the stack of this goroutine1052 goid uint64 // goroutine id of this goroutine; original goroutine possibly dead1053 gopc uintptr // pc of go statement that created this goroutine