Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Toggle main menu visibility
Loading...
Searching...
No Matches
roc::core::AtomicOps Member List
This is the complete list of members for
roc::core::AtomicOps
, including all inherited members.
compare_exchange_acq_rel
(T1 &var, T1 &exp, T2 des)
roc::core::AtomicOps
inline
static
compare_exchange_acquire
(T1 &var, T1 &exp, T2 des)
roc::core::AtomicOps
inline
static
compare_exchange_relaxed
(T1 &var, T1 &exp, T2 des)
roc::core::AtomicOps
inline
static
compare_exchange_release
(T1 &var, T1 &exp, T2 des)
roc::core::AtomicOps
inline
static
compare_exchange_seq_cst
(T1 &var, T1 &exp, T2 des)
roc::core::AtomicOps
inline
static
exchange_acq_rel
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
exchange_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
exchange_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
exchange_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
exchange_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fence_acquire
()
roc::core::AtomicOps
inline
static
fence_release
()
roc::core::AtomicOps
inline
static
fence_seq_cst
()
roc::core::AtomicOps
inline
static
fetch_add_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_add_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_add_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_add_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_and_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_and_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_and_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_and_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_or_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_or_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_or_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_or_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_sub_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_sub_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_sub_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_sub_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_xor_acquire
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_xor_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_xor_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
fetch_xor_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
load_acquire
(const T &var)
roc::core::AtomicOps
inline
static
load_relaxed
(const T &var)
roc::core::AtomicOps
inline
static
load_seq_cst
(const T &var)
roc::core::AtomicOps
inline
static
store_relaxed
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
store_release
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
store_seq_cst
(T1 &var, T2 val)
roc::core::AtomicOps
inline
static
Generated by
1.17.0