![]() |
ATLAS Offline Software
|
Atomically decrement a value with a lower bound. More...
Go to the source code of this file.
Namespaces | |
| namespace | CxxUtils |
Functions | |
| template<class T> | |
| T | CxxUtils::atomic_bounded_decrement (std::atomic< T > *a, T bound=0, T decr=1, std::memory_order memorder=std::memory_order_seq_cst) |
| Atomically decrement a value with a lower bound. | |
Atomically decrement a value with a lower bound.
Definition in file atomic_bounded_decrement.h.