Lines Matching refs:_Duration
240 template <class _Clock, class _Duration>
242 try_lock_until(const chrono::time_point<_Clock, _Duration>& __abs_time)
254 template <class _Clock, class _Duration>
256 try_lock_shared_until(const chrono::time_point<_Clock, _Duration>& __abs_time)
261 template <class _Clock, class _Duration>
262 bool shared_timed_mutex::try_lock_until(const chrono::time_point<_Clock, _Duration>& __abs_time) {
289 template <class _Clock, class _Duration>
290 bool shared_timed_mutex::try_lock_shared_until(const chrono::time_point<_Clock, _Duration>& __abs_t…
334 template <class _Clock, class _Duration>
335 …_LIBCPP_HIDE_FROM_ABI shared_lock(mutex_type& __m, const chrono::time_point<_Clock, _Duration>& __…
371 template <class _Clock, class _Duration>
372 …_LIBCPP_HIDE_FROM_ABI bool try_lock_until(const chrono::time_point<_Clock, _Duration>& __abs_time);
429 template <class _Clock, class _Duration>
430 bool shared_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) {