Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompareAndSwapUintptrMethod (1.55 sec)

  1. src/sync/atomic/atomic_test.go

    	"AddUintptrMethod":            hammerAddUintptr32Method,
    	"CompareAndSwapInt32Method":   hammerCompareAndSwapInt32Method,
    	"CompareAndSwapUint32Method":  hammerCompareAndSwapUint32Method,
    	"CompareAndSwapUintptrMethod": hammerCompareAndSwapUintptr32Method,
    }
    
    func init() {
    	var v uint64 = 1 << 50
    	if uintptr(v) != 0 {
    		// 64-bit system; clear uintptr tests
    		delete(hammer32, "SwapUintptr")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
Back to top