Home | History | Annotate | Download | only in runtime

Lines Matching full:unblocked

43 	traceEvGoUnblock         = 21 // goroutine is unblocked [timestamp, goroutine id, seq, stack]
61 traceEvGoUnblockLocal = 39 // goroutine is unblocked on the same P as the last event [timestamp, goroutine id, stack]
92 // goroutine was futile. For example, a goroutine was unblocked on a mutex,