Home
last modified time | relevance | path

Searched refs:__semaphore_impl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dsemaphore44 template<ptrdiff_t __least_max_value = __semaphore_impl::_S_max>
48 static_assert(__least_max_value <= __semaphore_impl::_S_max);
50 __semaphore_impl _M_sem;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h270 using __semaphore_impl = __atomic_semaphore; in _GLIBCXX_VISIBILITY() local
272 using __semaphore_impl = __platform_semaphore; in _GLIBCXX_VISIBILITY() local