Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAtomicAlignment (0.14 sec)

  1. src/runtime/align_test.go

    	"os"
    	"regexp"
    	"runtime"
    	"strings"
    	"testing"
    )
    
    // Check that 64-bit fields on which we apply atomic operations
    // are aligned to 8 bytes. This can be a problem on 32-bit systems.
    func TestAtomicAlignment(t *testing.T) {
    	testenv.MustHaveGoBuild(t) // go command needed to resolve std .a files for importer.Default().
    
    	// Read the code making the tables above, to see which fields and
    	// variables we are currently checking.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 14:52:12 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top