Home | History | Annotate | Download | only in runtime

Lines Matching refs:goid

570 			print("runtime: g", gp.goid, ": leftover defer sp=", hex(_defer.sp), " pc=", hex(_defer.pc), "\n")
579 print("runtime: g", gp.goid, ": frame.sp=", hex(frame.sp), " top=", hex(gp.stktopsp), "\n")
671 // Show what created goroutine, except main goroutine (goid 1).
674 if f.valid() && showframe(f, gp, false, false) && gp.goid != 1 {
839 print("goroutine ", gp.goid, " [", status)