Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 121 for writes (0.28 sec)

  1. src/runtime/mgcscavenge.go

    	value atomic.Uint64
    }
    
    // load loads and unpacks a scavChunkData.
    func (sc *atomicScavChunkData) load() scavChunkData {
    	return unpackScavChunkData(sc.value.Load())
    }
    
    // store packs and writes a new scavChunkData. store must be serialized
    // with other calls to store.
    func (sc *atomicScavChunkData) store(ssc scavChunkData) {
    	sc.value.Store(ssc.pack())
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #if !GTEST_OS_WINDOWS_MOBILE
    inline int Read(int fd, void* buf, unsigned int count) {
      return static_cast<int>(read(fd, buf, count));
    }
    inline int Write(int fd, const void* buf, unsigned int count) {
      return static_cast<int>(write(fd, buf, count));
    }
    inline int Close(int fd) { return close(fd); }
    inline const char* StrError(int errnum) { return strerror(errnum); }
    #endif
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #if !GTEST_OS_WINDOWS_MOBILE
    inline int Read(int fd, void* buf, unsigned int count) {
      return static_cast<int>(read(fd, buf, count));
    }
    inline int Write(int fd, const void* buf, unsigned int count) {
      return static_cast<int>(write(fd, buf, count));
    }
    inline int Close(int fd) { return close(fd); }
    inline const char* StrError(int errnum) { return strerror(errnum); }
    #endif
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modget/get.go

    	for _, q := range queries {
    		if q.matchesPackages {
    			patterns = append(patterns, q.pattern)
    		}
    	}
    	if len(patterns) == 0 {
    		return nil
    	}
    
    	// mu guards concurrent writes to upgrades, which will be sorted
    	// (to restore determinism) after loading.
    	var mu sync.Mutex
    
    	findPackage := func(ctx context.Context, path string, m module.Version) (versionOk bool) {
    		version := "latest"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/dwarf.go

    	d.synthesizemaptypes(ctxt, dwtypes.Child)
    	d.synthesizechantypes(ctxt, dwtypes.Child)
    }
    
    // dwarfGenerateDebugSyms constructs debug_line, debug_frame, and
    // debug_loc. It also writes out the debug_info section using symbols
    // generated in dwarfGenerateDebugInfo2.
    func dwarfGenerateDebugSyms(ctxt *Link) {
    	if !dwarfEnabled(ctxt) {
    		return
    	}
    	d := &dwctxt{
    		linkctxt: ctxt,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    	get_tls(R14)
    	MOVQ	g(R14), R14
    #ifndef GOOS_plan9
    	XORPS	X15, X15
    #endif
    	JMP	·sigpanic<ABIInternal>(SB)
    
    // gcWriteBarrier informs the GC about heap pointer writes.
    //
    // gcWriteBarrier returns space in a write barrier buffer which
    // should be filled in by the caller.
    // gcWriteBarrier does NOT follow the Go ABI. It accepts the
    // number of bytes of buffer needed in R11, and returns a pointer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    4. Run the builds scripts for the build, applying any requested project plugins.
    5. Calculate the task graph for the requested tasks, running any deferred configuration actions.
    
    Following the configuration phase, Gradle writes a snapshot of the task graph to a new configuration cache entry, for later Gradle invocations.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  8. istioctl/pkg/describe/describe.go

    			cfgNames += ", "
    		}
    	}
    	fmt.Fprintf(writer, "   %s\n", cfgNames)
    }
    
    func printPeerAuthentication(writer io.Writer, pa authn.MergedPeerAuthentication) {
    	fmt.Fprintf(writer, "Effective PeerAuthentication:\n")
    	fmt.Fprintf(writer, "   Workload mTLS mode: %s\n", pa.Mode.String())
    	if len(pa.PerPort) != 0 {
    		fmt.Fprintf(writer, "   Port Level mTLS mode:\n")
    		for port, mode := range pa.PerPort {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  9. cmd/xl-storage-format-v2_gen.go

    		return
    	}
    	if (zb0001Mask & 0x1) == 0 { // if not omitted
    		// write "V2Obj"
    		err = en.Append(0xa5, 0x56, 0x32, 0x4f, 0x62, 0x6a)
    		if err != nil {
    			return
    		}
    		if z.ObjectV2 == nil {
    			err = en.WriteNil()
    			if err != nil {
    				return
    			}
    		} else {
    			// map header, size 1
    			// write "DDir"
    			err = en.Append(0x81, 0xa4, 0x44, 0x44, 0x69, 0x72)
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    or migrate to link:jvm_test_suite_plugin.html[Test Suites], where these dependencies are managed automatically.
    
    ===== Test Suites
    
    Builds that use test suites will not be affected by this change.
    Test suites manage the test
    framework dependencies automatically and do not require dependencies to be explicitly declared.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top