Home | History | Annotate | Download | only in atomic

Lines Matching refs:stores

55 // SwapInt32 atomically stores new into *addr and returns the previous *addr value.
58 // SwapInt64 atomically stores new into *addr and returns the previous *addr value.
61 // SwapUint32 atomically stores new into *addr and returns the previous *addr value.
64 // SwapUint64 atomically stores new into *addr and returns the previous *addr value.
67 // SwapUintptr atomically stores new into *addr and returns the previous *addr value.
70 // SwapPointer atomically stores new into *addr and returns the previous *addr value.
128 // StoreInt32 atomically stores val into *addr.
131 // StoreInt64 atomically stores val into *addr.
134 // StoreUint32 atomically stores val into *addr.
137 // StoreUint64 atomically stores val into *addr.
140 // StoreUintptr atomically stores val into *addr.
143 // StorePointer atomically stores val into *addr.