Searched refs:_M_try_acquire (Results 1 – 3 of 3) sorted by relevance
89 _M_try_acquire() noexcept in _GLIBCXX_VISIBILITY() function219 _M_try_acquire() noexcept in _GLIBCXX_VISIBILITY() function
75 try_acquire() noexcept(noexcept(_M_sem._M_try_acquire()))76 { return _M_sem._M_try_acquire(); }
7152 * include/bits/semaphore_base.h: Add missing _M_try_acquire()