Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_wait.h278 struct __waiter_base in _GLIBCXX_VISIBILITY() struct
280 using __waiter_type = _Tp; in _GLIBCXX_VISIBILITY()
282 __waiter_type& _M_w; in _GLIBCXX_VISIBILITY()
283 __platform_wait_t* _M_addr; in _GLIBCXX_VISIBILITY()
287 _S_wait_addr(const _Up* __a, __platform_wait_t* __b) in _GLIBCXX_VISIBILITY()
296 _S_for(const void* __addr) noexcept in _GLIBCXX_VISIBILITY()
304 explicit __waiter_base(const _Up* __addr) noexcept in _GLIBCXX_VISIBILITY() argument