Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for limiterEventType (0.46 sec)

  1. src/runtime/mgclimit.go

    	}
    	l.unlock()
    }
    
    // limiterEventType indicates the type of an event occurring on some P.
    //
    // These events represent the full set of events that the GC CPU limiter tracks
    // to execute its function.
    //
    // This type may use no more than limiterEventBits bits of information.
    type limiterEventType uint8
    
    const (
    	limiterEventNone           limiterEventType = iota // None of the following events.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top