Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoRunning (0.07 sec)

  1. src/internal/trace/order.go

    		return curCtx, false, err
    	}
    	// If we have a goroutine, it must be running.
    	if state, ok := o.gStates[curCtx.G]; ok && state.status != go122.GoRunning {
    		return curCtx, false, fmt.Errorf("%s event for goroutine that's not %s", go122.EventString(ev.typ), GoRunning)
    	}
    	// This goroutine created another. Add a state for it.
    	newgid := GoID(ev.args[0])
    	if _, ok := o.gStates[newgid]; ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top