Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dsemaphore_base.h53 struct __platform_semaphore in _GLIBCXX_VISIBILITY() struct
62 explicit __platform_semaphore(ptrdiff_t __count) noexcept in _GLIBCXX_VISIBILITY() function
67 __platform_semaphore(const __platform_semaphore&) = delete; in _GLIBCXX_VISIBILITY()
68 __platform_semaphore& operator=(const __platform_semaphore&) = delete; in _GLIBCXX_VISIBILITY() argument
70 ~__platform_semaphore() in _GLIBCXX_VISIBILITY() argument
272 using __semaphore_impl = __platform_semaphore; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2020932 (__platform_semaphore::_M_try_acquire_until): Fix type of