Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Gcs (0.04 sec)

  1. cluster/gce/util.sh

      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    # bucket suffixes for the release in preference order. GCS doesn't
    # give us an API for this, so we hardcode it.
    #
    # Assumed vars:
    #   RELEASE_REGION_FALLBACK
    #   REGIONAL_KUBE_ADDONS
    #   ZONE
    # Vars set:
    #   PREFERRED_REGION
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	// possible here.
    	//
    	// We don't want to just allow us to get preempted between now
    	// and releasing the semaphore because then we keep everyone
    	// (including, for example, GCs) waiting longer.
    	mp := acquirem()
    	mp.preemptoff = ""
    	semrelease1(&worldsema, true, 0)
    	releasem(mp)
    }
    
    // stopTheWorldGC has the same effect as stopTheWorld, but blocks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top