Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 947 for ONCE (0.23 sec)

  1. src/runtime/arena.go

    }
    
    // freeUserArenaChunk releases the user arena represented by s back to the runtime.
    //
    // x must be a live pointer within s.
    //
    // The runtime will set the user arena to fault once it's safe (the GC is no longer running)
    // and then once the user arena is no longer referenced by the application, will allow it to
    // be reused.
    func freeUserArenaChunk(s *mspan, x unsafe.Pointer) {
    	if !s.isUserArenaChunk {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/reconciler/reconciler_common.go

    	// be detached are detached and trigger attach/detach operations as needed.
    	Run(stopCh <-chan struct{})
    
    	// StatesHasBeenSynced returns true only after syncStates process starts to sync
    	// states at least once after kubelet starts
    	StatesHasBeenSynced() bool
    }
    
    // NewReconciler returns a new instance of Reconciler.
    //
    // controllerAttachDetachEnabled - if true, indicates that the attach/detach
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:23:12 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  3. tests/integration/telemetry/api/accesslogs_test.go

    		}
    	} else {
    		// For negative case, we retry with a new ID each time. This ensures that a previous failure
    		// (due to hitting old code path with logs still enabled) doesn't stop us from succeeding later
    		// once we stop logging.
    		retry.UntilSuccessOrFail(t, func() error {
    			testID := rand.String(16)
    			GetClientInstances()[0].CallOrFail(t, echo.CallOptions{
    				To: to,
    				Port: echo.Port{
    					Name: "http",
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. src/math/big/arith_arm64.s

    #include "textflag.h"
    
    // This file provides fast assembly versions for the elementary
    // arithmetic operations on vectors implemented in arith.go.
    
    // TODO: Consider re-implementing using Advanced SIMD
    // once the assembler supports those instructions.
    
    // func addVV(z, x, y []Word) (c Word)
    TEXT ·addVV(SB),NOSPLIT,$0
    	MOVD	z_len+8(FP), R0
    	MOVD	x+24(FP), R8
    	MOVD	y+48(FP), R9
    	MOVD	z+0(FP), R10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1/types.go

    	// as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met,
    	// the "SucceededCriteriaMet" condition is added, and the lingering pods are removed.
    	// The terminal state for such a Job has the "Complete" condition.
    	// Additionally, these rules are evaluated in order; Once the Job meets one of the rules,
    	// other rules are ignored. At most 20 elements are allowed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modfetch/codehost/vcs.go

    	remote string
    	cmd    *vcsCmd
    	dir    string
    
    	tagsOnce sync.Once
    	tags     map[string]bool
    
    	branchesOnce sync.Once
    	branches     map[string]bool
    
    	fetchOnce sync.Once
    	fetchErr  error
    }
    
    func newVCSRepo(ctx context.Context, vcs, remote string) (Repo, error) {
    	if vcs == "git" {
    		return newGitRepo(ctx, remote, false)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

      // test cases right before running tests in RUN_ALL_TESTS macro.
      // This method should not be called more then once on any single
      // instance of a ParameterizedTestCaseInfoBase derived class.
      // UnitTest has a guard to prevent from calling this method more then once.
      virtual void RegisterTests() {
        for (typename TestInfoContainer::iterator test_it = tests_.begin();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  8. src/context/context.go

    	return func() bool {
    		stopped := false
    		a.once.Do(func() {
    			stopped = true
    		})
    		if stopped {
    			a.cancel(true, Canceled, nil)
    		}
    		return stopped
    	}
    }
    
    type afterFuncer interface {
    	AfterFunc(func()) func() bool
    }
    
    type afterFuncCtx struct {
    	cancelCtx
    	once sync.Once // either starts running f or stops f from running
    	f    func()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  9. src/testing/benchmark.go

    // Run benchmarks f as a subbenchmark with the given name. It reports
    // whether there were any failures.
    //
    // A subbenchmark is like any other benchmark. A benchmark that calls Run at
    // least once will not be measured itself and will be called once with N=1.
    func (b *B) Run(name string, f func(b *B)) bool {
    	// Since b has subbenchmarks, we will no longer run it as a benchmark itself.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  10. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    	// shared informer passed to NewController.
    	endpointsLister corelisters.EndpointsLister
    	// endpointsSynced returns true if the endpoints shared informer has been
    	// synced at least once. Added as a member to the struct to allow injection
    	// for testing.
    	endpointsSynced cache.InformerSynced
    
    	// endpointSliceLister is able to list/get endpoint slices and is populated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 23:18:31 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top