Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OrUint64 (0.18 sec)

  1. src/sync/atomic/doc.go

    func OrUint32(addr *uint32, mask uint32) (old uint32)
    
    // OrInt64 atomically performs a bitwise OR operation on *addr using the bitmask provided as mask
    // and returns the old value.
    // Consider using the more ergonomic and less error-prone [Int64.Or] instead.
    func OrInt64(addr *int64, mask int64) (old int64)
    
    // OrUint64 atomically performs a bitwise OR operation on *addr using the bitmask provided as mask
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 21:14:51 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top