Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
This is the complete list of members for roc::core::SeqlockImpl, including all inherited members.
exclusive_store(seqlock_version_t &ver, void *current_value, size_t value_size, const void *new_value) | roc::core::SeqlockImpl | |
SeqlockImpl() | roc::core::SeqlockImpl | |
try_load_repeat(seqlock_version_t &ver, const void *current_value, size_t value_size, void *return_value) const | roc::core::SeqlockImpl | |
try_store(seqlock_version_t &ver, void *current_value, size_t value_size, const void *new_value) | roc::core::SeqlockImpl | |
version() const | roc::core::SeqlockImpl | |
wait_load(seqlock_version_t &ver, const void *current_value, size_t value_size, void *return_value) const | roc::core::SeqlockImpl |