Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestXadduintptrOnUint64 (0.23 sec)

  1. src/internal/runtime/atomic/atomic_test.go

    		t.Fatalf("xadduintpr total error, want %d, got %d", 0, total)
    	}
    }
    
    // Tests that xadduintptr correctly updates 64-bit values. The place where
    // we actually do so is mstats.go, functions mSysStat{Inc,Dec}.
    func TestXadduintptrOnUint64(t *testing.T) {
    	if goarch.BigEndian {
    		// On big endian architectures, we never use xadduintptr to update
    		// 64-bit values and hence we skip the test.  (Note that functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top