|
GNU Radio's TEST Package
|
#include <cassert>#include <type_traits>#include <atomic>#include <utility>

Go to the source code of this file.
Classes | |
| class | moodycamel::weak_atomic< T > |
| class | moodycamel::spsc_sema::LightweightSemaphore |
Namespaces | |
| namespace | moodycamel |
| namespace | moodycamel::spsc_sema |
Macros | |
| #define | AE_ARCH_UNKNOWN |
| #define | AE_UNUSED(x) |
| #define | AE_FORCEINLINE inline |
| #define | AE_ALIGN(x) |
| #define | AE_USE_STD_ATOMIC_FOR_WEAK_ATOMIC |
Enumerations | |
| enum | moodycamel::memory_order { moodycamel::memory_order_relaxed , moodycamel::memory_order_acquire , moodycamel::memory_order_release , moodycamel::memory_order_acq_rel , moodycamel::memory_order_seq_cst , moodycamel::memory_order_sync = memory_order_seq_cst } |
Functions | |
| AE_FORCEINLINE void | moodycamel::compiler_fence (memory_order order) |
| AE_FORCEINLINE void | moodycamel::fence (memory_order order) |
| #define AE_ALIGN | ( | x | ) |
| #define AE_ARCH_UNKNOWN |
| #define AE_FORCEINLINE inline |
| #define AE_UNUSED | ( | x | ) |
Referenced by moodycamel::BlockingReaderWriterQueue< T, MAX_BLOCK_SIZE >::pop(), moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::pop(), moodycamel::BlockingReaderWriterQueue< T, MAX_BLOCK_SIZE >::try_dequeue(), moodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >::try_dequeue(), and moodycamel::BlockingReaderWriterQueue< T, MAX_BLOCK_SIZE >::wait_dequeue().
| #define AE_USE_STD_ATOMIC_FOR_WEAK_ATOMIC |