FastLED 3.9.15
Loading...
Searching...
No Matches
atomic.h File Reference
#include "fl/thread.h"
#include "fl/int.h"
#include "fl/align.h"
+ Include dependency graph for atomic.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::AtomicFake< T >
 

Namespaces

namespace  fl
 IMPORTANT!
 

Typedefs

template<typename T>
using fl::atomic = AtomicFake<T>
 
using fl::atomic_bool = atomic<bool>
 
using fl::atomic_i32 = atomic<fl::i32>
 
using fl::atomic_int = atomic<int>
 
using fl::atomic_u32 = atomic<fl::u32>
 
using fl::atomic_uint = atomic<unsigned int>