Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoUndetermined (0.26 sec)

  1. src/internal/trace/order.go

    		}
    		s.seq = makeSeq(gen, 0) // Reset seq.
    	} else if gen == o.initialGen {
    		// Set the state.
    		o.gStates[gid] = &gState{id: gid, status: status, seq: makeSeq(gen, 0)}
    		oldState = GoUndetermined
    	} else {
    		return curCtx, false, fmt.Errorf("found goroutine status for new goroutine after the first generation: id=%v status=%v", gid, status)
    	}
    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