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