|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Seqlock. More...
#include "roc_core/atomic_ops.h"#include "roc_core/cpu_instructions.h"#include "roc_core/noncopyable.h"#include "roc_core/stddefs.h"Go to the source code of this file.
Classes | |
| class | roc::core::Seqlock< T > |
| Seqlock. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::core |
| General-purpose building blocks and platform abstraction layer. | |
Typedefs | |
| typedef uint32_t | roc::core::seqlock_version_t |
| Type for holding seqlock value version. Version is changed each value update. May wrap. | |
Functions | |
| bool | roc::core::seqlock_version_is_dirty (seqlock_version_t ver) |
| Check if given seqlock version corresponds to dirty value. | |
Seqlock.
Definition in file seqlock.h.