Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for runtime_LoadAcquintptr (0.76 sec)

  1. src/sync/pool.go

    // The below are implemented in internal/runtime/atomic and the
    // compiler also knows to intrinsify the symbol we linkname into this
    // package.
    
    //go:linkname runtime_LoadAcquintptr internal/runtime/atomic.LoadAcquintptr
    func runtime_LoadAcquintptr(ptr *uintptr) uintptr
    
    //go:linkname runtime_StoreReluintptr internal/runtime/atomic.StoreReluintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 21:14:51 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	alias("internal/runtime/atomic", "LoadAcquintptr", "internal/runtime/atomic", "LoadAcq", p4...)
    	alias("sync", "runtime_LoadAcquintptr", "internal/runtime/atomic", "LoadAcq", p4...) // linknamed
    	alias("internal/runtime/atomic", "LoadAcquintptr", "internal/runtime/atomic", "LoadAcq64", p8...)
    	alias("sync", "runtime_LoadAcquintptr", "internal/runtime/atomic", "LoadAcq64", p8...) // linknamed
    
    	// Aliases for atomic store operations
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top