7#if FASTLED_MULTITHREADED
15#if FASTLED_MULTITHREADED
17using atomic = std::atomic<T>;
59 if (mValue == expected) {
AtomicFake(const AtomicFake &)=delete
AtomicFake & operator=(const AtomicFake &)=delete
bool compare_exchange_strong(T &expected, T desired)
bool compare_exchange_weak(T &expected, T desired)
AtomicFake(AtomicFake &&)=delete
AtomicFake & operator=(AtomicFake &&)=delete
atomic< fl::i32 > atomic_i32
atomic< fl::u32 > atomic_u32
atomic< unsigned int > atomic_uint
atomic< bool > atomic_bool