Lines Matching refs:after
129 components of the system, after all the LOAD or STORE operations
147 reordered after it.
151 after all the LOAD or STORE operations specified before.
152 Operations coming after ``qatomic_store_release()`` can still be
164 specified after the barrier with respect to the other components of
172 specified after the barrier with respect to the other components of
180 specified after the barrier with respect to the other components of
183 - ``smp_mb_release()`` guarantees that all the STORE operations specified *after*
184 the barrier will appear to happen after all the LOAD or STORE operations
190 STORE operations specified after the barrier with respect to the other
196 coming before the barrier from overtaking LOADs coming after the
243 | before | after |
262 | before | after |
279 | before | after |
304 (for acquire) or after previous operations (for release).
309 first thread is guaranteed to *happen before* everything after the
395 before a release operation will normally match the loads after