Lines Matching full:stores
92 ordinary loads and stores of integers in cache-coherent memory are
95 However, such loads and stores may be elided from the program by
188 Conversely, acquire semantics do not require that prior loads or stores have
198 completed before any subsequent loads and stores are performed, use
201 When an atomic operation has release semantics, all prior loads or stores
213 stores are completed before the addition is performed, use
220 of all prior stores by the releasing thread must become visible to
222 Moreover, the effects of all stores (by other threads) that were visible to
225 Other threads might observe these stores in a different order.
233 will prevent any loads or stores from moving outside of the critical
236 or stores into the critical section, which does not violate the semantics of
252 When a fence has release semantics, all prior loads or stores (by program
269 Neither loads nor stores may cross this barrier in either direction.
278 aligned loads and stores, fences can also be synchronized by ordinary loads
279 and stores.
287 stores.
291 release stores, by separating access from ordering, they can sometimes