Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 203 for DEAD (0.04 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    				status.ContainerStatuses[1].State = kubecontainer.ContainerStateExited
    				status.ContainerStatuses[1].ExitCode = 111
    			},
    			actions: noAction,
    		},
    		"Kill pod and recreate everything if the pod sandbox is dead, and RestartPolicy == Always": {
    			mutatePodFn: func(pod *v1.Pod) { pod.Spec.RestartPolicy = v1.RestartPolicyAlways },
    			mutateStatusFn: func(status *kubecontainer.PodStatus) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  2. pkg/kubelet/container/helpers.go

    		return false
    	}
    	// Always restart container in the unknown, or in the created state.
    	if status.State == ContainerStateUnknown || status.State == ContainerStateCreated {
    		return true
    	}
    	// Check RestartPolicy for dead container
    	if pod.Spec.RestartPolicy == v1.RestartPolicyNever {
    		klog.V(4).InfoS("Already ran container, do nothing", "pod", klog.KObj(pod), "containerName", container.Name)
    		return false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/deadness_analysis.cc

    }
    
    Status DeadnessAnalysisImpl::HandleRecv(Node* n,
                                            std::vector<bool>* should_revisit) {
      // In addition to being alive or dead based on the inputs, a _Recv can also
      // acquire a dead signal from a _Send.
      std::vector<Predicate*> input_preds;
      TF_RETURN_IF_ERROR(GetInputPreds(n, EdgeKind::kDataAndControl, &input_preds));
      Predicate* signal_is_alive;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/branchelim.go

    				return false
    			}
    		}
    	}
    	if !hasphis {
    		return false
    	}
    
    	// Pick some upper bound for the number of instructions
    	// we'd be willing to execute just to generate a dead
    	// argument to CondSelect. In the worst case, this is
    	// the number of useless instructions executed.
    	const maxfuseinsts = 2
    
    	if len(simple.Values) > maxfuseinsts || !canSpeculativelyExecute(simple) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 30 17:46:51 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  5. src/runtime/signal_windows.go

    	// Note that blindly smashing RX and RY is only safe because we know sigpanic
    	// will not actually return to the original frame, so the registers
    	// are effectively dead. But this does mean we can't use the
    	// same mechanism for async preemption.
    	if ep.context.ip() == abi.FuncPCABI0(sigresume) {
    		// sigresume has already been set up by a previous exception.
    		return ret
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 20:32:29 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. pkg/kubelet/pleg/evented.go

    			// When a pod is torn down, kubelet may race with PLEG and retrieve
    			// a pod status after network teardown, but the kubernetes API expects
    			// the completed pod's IP to be available after the pod is dead.
    			status.IPs = e.getPodIPs(podID, status)
    		}
    
    		e.updateRunningPodMetric(status)
    		e.updateRunningContainerMetric(status)
    		e.updateLatencyMetric(event)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/collect/TreeMultimapNaturalTest.java

                                "c", (Collection<String>) ImmutableSortedSet.of("carl", "carol")),
                            Helpers.mapEntry(
                                "d", (Collection<String>) ImmutableSortedSet.of("david", "dead")),
                            Helpers.mapEntry(
                                "e", (Collection<String>) ImmutableSortedSet.of("eric", "elaine")));
                      }
    
                      @SuppressWarnings("unchecked")
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/decompose.go

    	// Decompose phis
    	for _, b := range f.Blocks {
    		for _, v := range b.Values {
    			if v.Op != OpPhi {
    				continue
    			}
    			decomposeBuiltInPhi(v)
    		}
    	}
    
    	// Decompose other values
    	// Note: Leave dead values because we need to keep the original
    	// values around so the name component resolution below can still work.
    	applyRewrite(f, rewriteBlockdec, rewriteValuedec, leaveDeadValues)
    	if f.Config.RegSize == 4 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 21:22:15 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  9. src/runtime/runtime2.go

    	// the scheduler on Ps with non-empty run queues.
    	_Pgcstop
    
    	// _Pdead means a P is no longer used (GOMAXPROCS shrank). We
    	// reuse Ps if GOMAXPROCS increases. A dead P is mostly
    	// stripped of its resources, though a few things remain
    	// (e.g., trace buffers).
    	_Pdead
    )
    
    // Mutual exclusion locks.  In the uncontended case,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                          description: Maximum number of keepalive probes
                                            to send without response before deciding the
                                            connection is dead.
                                          maximum: 4294967295
                                          minimum: 0
                                          type: integer
                                        time:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (2)
Back to top