Searched defs:ATOMIC (Results 1 – 2 of 2) sorted by relevance
28 #define ATOMIC(type) _Atomic type macro51 #define ATOMIC(type) std::atomic<type> // NOLINT(cppcoreguideli… macro
28 enum class AccessType { ATOMIC, NON_ATOMIC }; enumerator