Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 165 for Storep (0.18 sec)

  1. src/runtime/mprof.go

    const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
    
    // mProfCycleHolder holds the global heap profile cycle number (wrapped at
    // mProfCycleWrap, stored starting at bit 1), and a flag (stored at bit 0) to
    // indicate whether future[cycle] in all buckets has been queued to flush into
    // the active profile.
    type mProfCycleHolder struct {
    	value atomic.Uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    )
    
    func RunTestWatch(ctx context.Context, t *testing.T, store storage.Interface) {
    	testWatch(ctx, t, store, false)
    	testWatch(ctx, t, store, true)
    }
    
    // It tests that
    // - first occurrence of objects should notify Add event
    // - update should trigger Modified event
    // - update that gets filtered should trigger Deleted event
    func testWatch(ctx context.Context, t *testing.T, store storage.Interface, recursive bool) {
    	basePod := &example.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	"istio.io/istio/pkg/test/util/retry"
    )
    
    func createConfigs(configs []*config.Config, store model.ConfigStore, t testing.TB) {
    	t.Helper()
    	for _, cfg := range configs {
    		_, err := store.Create(*cfg)
    		if err != nil && strings.Contains(err.Error(), "item already exists") {
    			_, err := store.Update(*cfg)
    			if err != nil {
    				t.Fatalf("error occurred updating ServiceEntry config: %v", err)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

            when:
            configurationCacheRunLenient 'all'
    
            then:
            executed(':problems', ':moreProblems', ':ok', ':all')
            configurationCache.assertStateStored() // stored again
            problems.assertResultHasProblems(result) {
                totalProblemsCount = 8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context.go

    	// AuthzPolicies stores the existing authorization policies in the cluster. Could be nil if there
    	// are no authorization policies in the cluster.
    	AuthzPolicies *AuthorizationPolicies `json:"-"`
    
    	// Telemetry stores the existing Telemetry resources for the cluster.
    	Telemetry *Telemetries `json:"-"`
    
    	// ProxyConfig stores the existing ProxyConfig resources for the cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  6. src/runtime/mgcpacer.go

    // must be stopped.
    func (c *gcControllerState) startCycle(markStartTime int64, procs int, trigger gcTrigger) {
    	c.heapScanWork.Store(0)
    	c.stackScanWork.Store(0)
    	c.globalsScanWork.Store(0)
    	c.bgScanCredit.Store(0)
    	c.assistTime.Store(0)
    	c.dedicatedMarkTime.Store(0)
    	c.fractionalMarkTime.Store(0)
    	c.idleMarkTime.Store(0)
    	c.markStartTime = markStartTime
    	c.triggered = c.heapLive.Load()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. src/runtime/mbitmap.go

    // is zeroed, so the GC just observes nil pointers.
    // Note that this "tiled" bitmap isn't stored anywhere; it is generated on-the-fly.
    //
    // For objects without their own span, the type metadata is stored in the first
    // word before the object at the beginning of the allocation slot. For objects
    // with their own span, the type metadata is stored in the mspan.
    //
    // The bitmap for small unallocated objects in scannable spans is not maintained
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  8. src/sync/atomic/atomic_test.go

    		func() { StoreInt32(nil, 0) },
    		func() { (*Int32)(nil).Store(0) },
    		func() { StoreInt64(nil, 0) },
    		func() { (*Int64)(nil).Store(0) },
    		func() { StoreUint32(nil, 0) },
    		func() { (*Uint32)(nil).Store(0) },
    		func() { StoreUint64(nil, 0) },
    		func() { (*Uint64)(nil).Store(0) },
    		func() { StoreUintptr(nil, 0) },
    		func() { (*Uintptr)(nil).Store(0) },
    		func() { StorePointer(nil, nil) },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
  9. src/runtime/mgcscavenge.go

    	return unpackScavChunkData(sc.value.Load())
    }
    
    // store packs and writes a new scavChunkData. store must be serialized
    // with other calls to store.
    func (sc *atomicScavChunkData) store(ssc scavChunkData) {
    	sc.value.Store(ssc.pack())
    }
    
    // scavChunkData tracks information about a palloc chunk for
    // scavenging. It packs well into 64 bits.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Multimaps.java

       * specified function to each item in an {@code Iterable} of values. Each value will be stored as
       * a value in the resulting multimap, yielding a multimap with the same size as the input
       * iterable. The key used to store that value in the multimap will be the result of calling the
       * function on that value. The resulting multimap is created as an immutable snapshot. In the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 86.3K bytes
    - Viewed (0)
Back to top