Lines Matching refs:bool
29 bool try_lock();
46 bool try_lock() noexcept;
63 bool try_lock();
65 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
67 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
81 bool try_lock() noexcept;
83 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
85 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
149 bool try_lock();
152 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
154 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
161 bool owns_lock() const noexcept;
162 explicit operator bool () const noexcept;
231 bool try_lock() _NOEXCEPT;
242 bool __locked_;
253 bool try_lock() _NOEXCEPT;
255 _LIBCPP_HIDE_FROM_ABI bool try_lock_for(const chrono::duration<_Rep, _Period>& __d) {
259 _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS bool
265 bool timed_mutex::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) {
268 bool __no_timeout = _Clock::now() < __t;
292 bool try_lock() _NOEXCEPT;
294 _LIBCPP_HIDE_FROM_ABI bool try_lock_for(const chrono::duration<_Rep, _Period>& __d) {
298 _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS bool
304 bool recursive_timed_mutex::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) {
314 bool __no_timeout = _Clock::now() < __t;