Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncTimeLocked (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    // lockAndSyncTime acquires the lock and updates the virtual time.
    // Doing them together avoids the mistake of modifying some queue state
    // before calling syncTimeLocked.
    func (qs *queueSet) lockAndSyncTime(ctx context.Context) {
    	qs.lock.Lock()
    	qs.syncTimeLocked(ctx)
    }
    
    // syncTimeLocked updates the virtual time based on the assumption
    // that the current state of the queues has been in effect since
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
Back to top