Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noteExecutingDelta (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness.go

    			}
    		}()
    
    		execute := func() {
    			startedAt := time.Now()
    			defer func() {
    				httplog.AddKeyValue(ctx, "apf_init_latency", time.Since(startedAt))
    			}()
    			noteExecutingDelta(1)
    			defer noteExecutingDelta(-1)
    			served = true
    			setResponseHeaders(classification, w)
    
    			forgetWatch = h.fcIfc.RegisterWatch(r)
    
    			// Notify the main thread that we're ready to start the watch.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top