Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Stopping (0.19 sec)

  1. cmd/admin-handlers.go

    		if nerr.Err != nil {
    			logger.GetReqInfo(ctx).SetTags("peerAddress", nerr.Host.String())
    			adminLogIf(ctx, nerr.Err)
    		}
    	}
    
    	// Reply to the client before restarting, stopping MinIO server.
    	writeSuccessResponseHeadersOnly(w)
    
    	switch serviceSig {
    	case serviceFreeze:
    		freezeServices()
    	case serviceUnFreeze:
    		unfreezeServices()
    	case serviceRestart, serviceStop:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    		if i < 0 {
    			return path
    		}
    		if bp, _ := cfg.BuildContext.Import(path[:i], "", build.IgnoreVendor); bp.Dir != "" {
    			if mpath := goModPath(bp.Dir); mpath != "" {
    				// Found a valid go.mod file, so we're stopping the search.
    				// If the path is m/v2/p and we found m/go.mod that says
    				// "module m/v2", then we return "m/p".
    				if mpath == path[:j] {
    					return path[:i] + path[j:]
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    		throw("bad g transition")
    	}
    	gp.waitreason = waitReasonPreempted
    	return gp.atomicstatus.CompareAndSwap(_Gpreempted, _Gwaiting)
    }
    
    // stwReason is an enumeration of reasons the world is stopping.
    type stwReason uint8
    
    // Reasons to stop-the-world.
    //
    // Avoid reusing reasons and add new ones instead.
    const (
    	stwUnknown                     stwReason = iota // "unknown"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    				podsToSync = append(podsToSync, pod)
    				break
    			}
    		}
    	}
    	return podsToSync
    }
    
    // deletePod deletes the pod from the internal state of the kubelet by:
    // 1.  stopping the associated pod worker asynchronously
    // 2.  signaling to kill the pod by sending on the podKillingCh channel
    //
    // deletePod returns an error if not all sources are ready or the pod is not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    pass again, the violet Colour on the Paper will not suffer any Change thereby, as it ought to do if the several sorts of Rays acted upon one another in the Focus G, where they cross. Neither will the red upon the Paper be changed by any alternate stopping, and letting pass the violet which crosseth it. And if the Paper be placed at the Focus G, and the white round Image at G be viewed through the Prism HIK, and by the Refraction of that Prism be translated to the place _rv_, and there appear tinged...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    considering how in the world she was to get out again.
    
      The rabbit-hole went straight on like a tunnel for some way,
    and then dipped suddenly down, so suddenly that Alice had not a
    moment to think about stopping herself before she found herself
    falling down a very deep well.
    
      Either the well was very deep, or she fell very slowly, for she
    had plenty of time as she went down to look about her and to
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    considering how in the world she was to get out again.
    
      The rabbit-hole went straight on like a tunnel for some way,
    and then dipped suddenly down, so suddenly that Alice had not a
    moment to think about stopping herself before she found herself
    falling down a very deep well.
    
      Either the well was very deep, or she fell very slowly, for she
    had plenty of time as she went down to look about her and to
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    // other source of non-determinism in the call sequences.
    //
    // When faced with a new decision, x chooses randomly. Future explorations
    // of that path will choose successive values for the result. Thus, stopping
    // the loop after a fixed number of iterations gives somewhat stochastic
    // testing.
    //
    // Example:
    //
    //	for x.Next() {
    //		v := make([]bool, x.Choose(4))
    //		for i := range v {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		t.Errorf("Expected: %v after Pop, but got: %v", medPriorityPodInfo.Pod.Name, p.Pod.Name)
    	}
    	// List of nominated pods shouldn't change after popping them from the queue.
    	if diff := cmp.Diff(q.nominator, expectedNominatedPods, nominatorCmpOpts...); diff != "" {
    		t.Errorf("Unexpected diff after popping pods (-want, +got):\n%s", diff)
    	}
    	// Update one of the nominated pods that doesn't have nominatedNodeName in the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (auto tl_from_tensor = dyn_cast<TensorListFromTensorOp>(op))
        return tl_from_tensor.getElementShape();
      llvm_unreachable("unsupported TensorList op");
    }
    
    // Utility function to create a ranked tensor type after dropping the first
    // dimension from the input type.
    RankedTensorType DropFirstDimension(Type type) {
      RankedTensorType ranked_type = mlir::dyn_cast<RankedTensorType>(type);
      if (!ranked_type) return {};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top