|
GNU Radio 3.3.0 C++ API
|
#include "sync_utils.h"#include "atomic.h"
Go to the source code of this file.
Functions | |
| static __inline void | _atomic_dec (atomic_ea_t v) |
| static __inline void _atomic_dec | ( | atomic_ea_t | v | ) | [static] |
atomic_dec - atomically decrement a counter. : handle to effective address of location to be modified.
Atomically decrement a counter in system memory. The only restriction is that must be word aligned.
References _atomic_modify().