Ardour  9.0-pre0-350-gf17a656217
atomic.h File Reference
#include <atomic>
Include dependency graph for atomic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PBD
 

Functions

template<typename T >
bool PBD::atomic_dec_and_test (std::atomic< T > &aval)
 
template<typename T >
void PBD::atomic_inc (std::atomic< T > &aval)