Lines Matching full:operation
179 variant, performs the operation without imposing any ordering constraints on
185 When an atomic operation has acquire semantics, the operation must have
189 completed before the atomic operation is performed.
190 An atomic operation can only have acquire semantics if it performs a load
201 When an atomic operation has release semantics, all prior loads or stores
202 (by program order) must have completed before the operation is performed.
203 Conversely, release semantics do not require that the atomic operation must
205 An atomic operation can only have release semantics if it performs a store
216 When a release operation by one thread
218 an acquire operation by another thread, usually meaning that the acquire
219 operation reads the value written by the release operation, then the effects
231 For example, for a critical section guarded by a mutex, an acquire operation
232 when the mutex is locked and a release operation when the mutex is unlocked
253 order) must have completed before any subsequent store operation is
320 This section describes the semantics of each operation using a C like notation.
354 operation in hardware, the functionality can be described as
503 function returns the result of the compare operation.
508 if the operation succeeded.
525 function returns the result of the test operation.
583 support was added for operation on the types
593 operation was added in
619 operation was added in