Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for happen (0.13 sec)

  1. src/runtime/proc.go

    // handler.
    //
    //go:nosplit
    func needm(signal bool) {
    	if (iscgo || GOOS == "windows") && !cgoHasExtraM {
    		// Can happen if C/C++ code calls Go from a global ctor.
    		// Can also happen on Windows if a global ctor uses a
    		// callback created by syscall.NewCallback. See issue #6751
    		// for details.
    		//
    		// Can not throw, because scheduler is not initialized yet.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/database/sql/sql_test.go

    			m[c] = true
    			s.Add(c)
    			inOrder = append(inOrder, c)
    		}
    		if s.Len() != N {
    			t.Fatalf("Len = %v; want %v", s.Len(), N)
    		}
    		for s.Len() > 0 {
    			c, ok := s.TakeRandom()
    			if !ok {
    				t.Fatal("failed to take when non-empty")
    			}
    			if !m[c] {
    				t.Fatal("returned item not in remaining set")
    			}
    			delete(m, c)
    			backOut = append(backOut, c)
    		}
    		if len(m) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    // to relocsym happen in parallel; the assumption is that each
    // parallel thread will have its own state object.
    type relocSymState struct {
    	target *Target
    	ldr    *loader.Loader
    	err    *ErrorReporter
    	syms   *ArchSyms
    }
    
    // makeRelocSymState creates a relocSymState container object to
    // pass to relocsym(). If relocsym() calls happen in parallel,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    		s.Conditions = append(s.Conditions, status.GeneratePodReadyToStartContainersCondition(pod, podStatus))
    	}
    	allContainerStatuses := append(s.InitContainerStatuses, s.ContainerStatuses...)
    	s.Conditions = append(s.Conditions, status.GeneratePodInitializedCondition(&pod.Spec, allContainerStatuses, s.Phase))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. src/reflect/value.go

    	m := v.pointer()
    	mlen := int(0)
    	if m != nil {
    		mlen = maplen(m)
    	}
    	var it hiter
    	mapiterinit(v.typ(), m, &it)
    	a := make([]Value, mlen)
    	var i int
    	for i = 0; i < len(a); i++ {
    		key := mapiterkey(&it)
    		if key == nil {
    			// Someone deleted an entry from the map since we
    			// called maplen above. It's a data race, but nothing
    			// we can do about it.
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    				if enablePodReadyToStartContainersCondition {
    					expected.Conditions = append([]v1.PodCondition{test.expectedPodReadyToStartContainersCondition}, expected.Conditions...)
    				}
    				if test.enablePodDisruptionConditions {
    					expected.Conditions = append([]v1.PodCondition{test.expectedPodDisruptionCondition}, expected.Conditions...)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      result.Append("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
      // pad to be 16 bytes aligned
      {
        std::string pad(kFbAlignment - result.size() % kFbAlignment, '\0');
        result.Append(std::move(pad));
      }
    
      for (auto& it : custom_op_data_map_) {
        {
          std::string pad(kFbAlignment - result.size() % kFbAlignment, '\0');
          result.Append(std::move(pad));
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  8. cmd/admin-handlers.go

    		hostErrs = append(hostErrs, globalNotificationSys.StartProfiling(profiler)...)
    
    		// Start profiling locally as well.
    		prof, err := startProfiler(profiler)
    		if err != nil {
    			hostErrs = append(hostErrs, NotificationPeerErr{
    				Host: *thisAddr,
    				Err:  err,
    			})
    		} else {
    			globalProfiler[profiler] = prof
    			hostErrs = append(hostErrs, NotificationPeerErr{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    					rMap[id] = rl
    				}
    			}
    		}
    	}
    
    	// append now
    	for id, rl := range newRMap {
    		// if rule is already in original list update non tranisition details with latest
    		// else simply add to the map. This may happen if ILM expiry replication
    		// was disabled for sometime and rules were updated independently in different
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  10. pkg/volume/util/operationexecutor/operation_generator.go

    	}
    
    	// Even though RecoverVolumeExpansionFailure feature gate is enabled, it appears that we are running with older version
    	// of resize controller, which will not populate allocatedResource and resizeStatus. This can happen because of version skew
    	// and hence we are going to keep expanding using older logic.
    	if resizeStatus == "" && allocatedResource == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top