Home
last modified time | relevance | path

Searched defs:__waiter_pool_base (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_wait.h188 struct __waiter_pool_base in _GLIBCXX_VISIBILITY() struct
192 static constexpr auto _S_align = 64; in _GLIBCXX_VISIBILITY()
194 alignas(_S_align) __platform_wait_t _M_wait = 0; in _GLIBCXX_VISIBILITY()
197 mutex _M_mtx; in _GLIBCXX_VISIBILITY()
200 alignas(_S_align) __platform_wait_t _M_ver = 0; in _GLIBCXX_VISIBILITY()
203 __condvar _M_cv; in _GLIBCXX_VISIBILITY()
208 _M_enter_wait() noexcept in _GLIBCXX_VISIBILITY()
212 _M_leave_wait() noexcept in _GLIBCXX_VISIBILITY()
216 _M_waiting() const noexcept in _GLIBCXX_VISIBILITY()
224 _M_notify(__platform_wait_t* __addr, [[maybe_unused]] bool __all, in _GLIBCXX_VISIBILITY()
[all …]