Home
last modified time | relevance | path

Searched defs:ancestorInfo (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dtraceback.go1046 func printAncestorTraceback(ancestor ancestorInfo) {
Druntime2.go1050 type ancestorInfo struct { struct
1051 pcs []uintptr // pcs from the stack of this goroutine
1052 goid uint64 // goroutine id of this goroutine; original goroutine possibly dead
1053 gopc uintptr // pc of go statement that created this goroutine