Lines Matching +full:non +full:- +full:identical
42 .Nd type-generic atomic operations
96 provides type-generic macros for atomic operations.
104 These variables are not type-compatible with their non-atomic
160 macro is identical to
228 re-order any nearby memory operations across the atomic operation.
232 version that allows the re-ordering to be configured.
239 .Bl -tag -width memory_order_relaxed
254 The previously described macros are identical to the
262 they must be implemented type-generically and must often use special
275 .St -isoC-2011
276 allows the atomic variables to be modified directly using built-in
279 To prevent unintended non-atomic access to these variables, this header
283 When using GCC on architectures on which it lacks support for built-in
286 These fallback routines are only implemented for 32-bits and 64-bits
293 .St -isoC-2011 .