Go to the source code of this file.
◆ __VSF_LINUX_ATOM_BITLEN__
| #define __VSF_LINUX_ATOM_BITLEN__ 32 |
◆ ATOMIC_INIT
| #define ATOMIC_INIT |
( |
| __VALUE | ) |
|
◆ atomic_set
| #define atomic_set |
( |
| __v, |
|
|
| __i ) |
◆ atomic_read
| #define atomic_read |
( |
| __v | ) |
|
◆ atomic_add
| #define atomic_add |
( |
| __i, |
|
|
| __v ) |
Value:
#define __VSF_LINUX_ATOM_BITLEN__
Definition atomic.h:20
#define vsf_atom_add(__bitlen, __ptr, __value)
Definition vsf_arch_abstraction.h:431
◆ atomic_sub
| #define atomic_sub |
( |
| __i, |
|
|
| __v ) |
Value:
#define atomic_add(__i, __v)
Definition atomic.h:31
◆ atomic_inc
| #define atomic_inc |
( |
| __v | ) |
|
◆ atomic_dec
| #define atomic_dec |
( |
| __v | ) |
|
Value:
#define atomic_sub(__i, __v)
Definition atomic.h:32
◆ atomic_add_return
| #define atomic_add_return |
( |
| __i, |
|
|
| __v ) |
Value: ({ \
})
vk_av_control_value_t value
Definition vsf_audio.h:171
#define VSF_MACRO_SAFE_NAME(__NAME)
Definition vsf_preprocessor.h:32
◆ atomic_sub_return
| #define atomic_sub_return |
( |
| __i, |
|
|
| __v ) |
Value:
#define atomic_add_return(__i, __v)
Definition atomic.h:36
◆ atomic_inc_return
| #define atomic_inc_return |
( |
| __v | ) |
|
◆ atomic_dec_return
| #define atomic_dec_return |
( |
| __v | ) |
|
Value:
#define atomic_sub_return(__i, __v)
Definition atomic.h:40
◆ atomic_inc_and_test
| #define atomic_inc_and_test |
( |
| __v | ) |
|
Value:
#define atomic_inc_return(__v)
Definition atomic.h:41
◆ atomic_dec_and_test
| #define atomic_dec_and_test |
( |
| __v | ) |
|
Value:
#define atomic_dec_return(__v)
Definition atomic.h:42
◆ atomic_sub_and_test
| #define atomic_sub_and_test |
( |
| __i, |
|
|
| __v ) |
◆ atomic_add_negative
| #define atomic_add_negative |
( |
| __i, |
|
|
| __v ) |
◆ atomic_xchg
| #define atomic_xchg |
( |
| __v, |
|
|
| __new ) |
Value:
#define vsf_atom_xchg(__bitlen, __ptr, __new_value)
Definition vsf_arch_abstraction.h:451