Lines Matching refs:cv_status
15 enum class cv_status;
109 typename cv_status::type
122 typename cv_status::type
331 [section:wait_until `template <class Clock, class Duration> cv_status wait_until(boost::unique_lock…
349 [[Returns:] [`cv_status::timeout` if the call is returning because the time specified by
350 `abs_time` was reached, `cv_status::no_timeout` otherwise.]]
362 [section:wait_for `template <class Rep, class Period> cv_status wait_for(boost::unique_lock<boost::…
381 [[Returns:] [`cv_status::timeout ` if the call is returning because the time period specified
382 by `rel_time` has elapsed, `cv_status::no_timeout ` otherwise.]]
456 cv_status wait_until(
468 cv_status wait_for(
656 [section:wait_until `template <class lock_type, class Clock, class Duration> cv_status wait_until(l…
668 [[Returns:] [`cv_status::timeout` if the call is returning because the time specified by
669 `abs_time` was reached, `cv_status::no_timeout` otherwise.]]
681 [section:wait_for `template <class lock_type, class Rep, class Period> cv_status wait_for(lock_type…
693 [[Returns:] [`cv_status::timeout` if the call is returning because the time specified by
694 `abs_time` was reached, `cv_status::no_timeout` otherwise.]]