Searched refs:try_lock_shared_until (Results 1 – 5 of 5) sorted by relevance
52 assert(m.try_lock_shared_until(Clock::now() + WaitTime + Tolerance) == true); in f1()62 assert(m.try_lock_shared_until(Clock::now() + WaitTime) == false); in f2()
71 try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time);240 return try_lock_shared_until(chrono::steady_clock::now() + __rel_time);245 try_lock_shared_until(const chrono::time_point<_Clock, _Duration>& __abs_time);287 shared_timed_mutex::try_lock_shared_until(355 __owns_(__m.try_lock_shared_until(__abs_time))481 __owns_ = __m_->try_lock_shared_until(__t);
30 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() function
178 fn try_lock_shared_until(&self, timeout: Self::Instant) -> bool; in try_lock_shared_until() method724 if self.raw.try_lock_shared_until(timeout) { in try_read_until()792 if self.raw.try_lock_shared_until(timeout) { in try_read_arc_until()
223 fn try_lock_shared_until(&self, timeout: Self::Instant) -> bool { in try_lock_shared_until() method