|
template<typename _Tp > |
bool | std::__detail::__atomic_compare (const _Tp &__a, const _Tp &__b) |
|
template<typename _Tp > |
void | std::__atomic_notify_address (const _Tp *__addr, bool __all) noexcept |
|
void | std::__atomic_notify_address_bare (const __detail::__platform_wait_t *__addr, bool __all) noexcept |
|
template<typename _Pred , typename _Spin = __default_spin_policy> |
bool | std::__detail::__atomic_spin (_Pred &__pred, _Spin __spin=_Spin{ }) noexcept |
|
template<typename _Tp , typename _Pred > |
void | std::__atomic_wait_address (const _Tp *__addr, _Pred __pred) noexcept |
|
template<typename _Pred > |
void | std::__atomic_wait_address_bare (const __detail::__platform_wait_t *__addr, _Pred __pred) noexcept |
|
template<typename _Tp , typename _ValFn > |
void | std::__atomic_wait_address_v (const _Tp *__addr, _Tp __old, _ValFn __vfn) noexcept |
|
void | std::__detail::__thread_relax () noexcept |
|
void | std::__detail::__thread_yield () noexcept |
|
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <atomic>.
Definition in file atomic_wait.h.