Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for Blocks (0.17 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

        }
      }
    
      /** A reference to a value. */
      interface ValueReference<K, V> {
        /** Returns the value. Does not block or throw exceptions. */
        @CheckForNull
        V get();
    
        /**
         * Waits for a value that may still be loading. Unlike get(), this method can block (in the case
         * of FutureValueReference).
         *
         * @throws ExecutionException if the loading thread throws an exception
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    	// convertToAPIContainerStatuses is purely transformative and shouldn't alter the state of the kubelet
    	// as there are no synchronisation events in that function (no locks, no channels, ...) each test routine
    	// should have its own vector clock increased independently. Golang race detector uses pure happens-before
    	// detection, so would catch a race condition consistently, despite only spawning 2 goroutines
    	for i := 0; i < 2; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    func fusedJump(p *obj.Prog) (bool, uint8) {
    	var fusedSize uint8
    
    	// The first instruction in a macro fused pair may be preceded by the LOCK prefix,
    	// or possibly an XACQUIRE/XRELEASE prefix followed by a LOCK prefix. If it is, we
    	// need to be careful to insert any padding before the locks rather than directly after them.
    
    	if p.As == AXRELEASE || p.As == AXACQUIRE {
    		fusedSize += p.Isize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    in themselves the Rays which they do not reflect or transmit. For, if Gold be foliated and held between your Eye and the Light, the Light looks of a greenish blue, and therefore massy Gold lets into its Body the blue-making Rays to be reflected to and fro within it till they be stopp'd and stifled, whilst it reflects the yellow-making outwards, and thereby looks yellow. And much after the same manner that Leaf Gold is yellow by reflected, and blue by transmitted Light, and massy Gold is yellow in...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top