Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for g_seq (0.05 sec)

  1. src/internal/trace/order.go

    		if o.gcState != gcUndetermined {
    			return curCtx, false, fmt.Errorf("GCActive in the first generation isn't first GC event")
    		}
    		o.gcSeq = seq
    		o.gcState = gcRunning
    		o.queue.push(Event{table: evt, ctx: curCtx, base: *ev})
    		return curCtx, true, nil
    	}
    	if seq != o.gcSeq+1 {
    		// This is not the right GC cycle.
    		return curCtx, false, nil
    	}
    	if o.gcState != gcRunning {
    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