Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProcStart (0.09 sec)

  1. src/internal/trace/order.go

    	state, ok := o.pStates[pid]
    	if !ok || state.status != go122.ProcIdle || !seq.succeeds(state.seq) || curCtx.P != NoProc {
    		// We can't make an inference as to whether this is bad. We could just be seeing
    		// a ProcStart on a different M before the proc's state was emitted, or before we
    		// got to the right point in the trace.
    		//
    		// Note that we also don't advance here if we have a P and we're in a syscall.
    		return curCtx, false, nil
    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