Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for untracedGs (0.34 sec)

  1. src/runtime/trace.go

    	// this here and not e.g. on the trace reader.
    	traceFrequency(gen)
    
    	// Collect all the untraced Gs.
    	type untracedG struct {
    		gp           *g
    		goid         uint64
    		mid          int64
    		stackID      uint64
    		status       uint32
    		waitreason   waitReason
    		inMarkAssist bool
    	}
    	var untracedGs []untracedG
    	forEachGRace(func(gp *g) {
    		// Make absolutely sure all Gs are ready for the next
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top