Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoSyscall (0.1 sec)

  1. src/internal/trace/order.go

    	if !ok {
    		return curCtx, false, fmt.Errorf("event %s for goroutine (%v) that doesn't exist", go122.EventString(ev.typ), curCtx.G)
    	}
    	if state.status != go122.GoSyscall {
    		return curCtx, false, fmt.Errorf("%s event for goroutine that's not %v", go122.EventString(ev.typ), GoSyscall)
    	}
    	// This goroutine is exiting itself.
    	delete(o.gStates, curCtx.G)
    	newCtx := curCtx
    	newCtx.G = NoGoroutine
    
    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