diff options
Diffstat (limited to 'host/include/uhd/utils/atomic.hpp')
-rw-r--r-- | host/include/uhd/utils/atomic.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/host/include/uhd/utils/atomic.hpp b/host/include/uhd/utils/atomic.hpp index d75a60c3b..3e2a705ad 100644 --- a/host/include/uhd/utils/atomic.hpp +++ b/host/include/uhd/utils/atomic.hpp @@ -25,7 +25,8 @@ namespace uhd{ - /*! + /*! DEPRECATED -- Will be removed in coming versions of UHD. + * * Spin-wait on a condition with a timeout. * \param cond an atomic variable to compare * \param value compare to atomic for true/false @@ -50,7 +51,8 @@ namespace uhd{ return true; } - /*! + /*! DEPRECATED -- Will be removed in coming versions of UHD. + * * Claimer class to provide synchronization for multi-thread access. * Claiming enables buffer classes to be used with a buffer queue. */ |