Home
last modified time | relevance | path

Searched refs:pred_rel (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_condition.cpp98 cond_predicate pred_rel(data->notified, 5); in condition_test_waits() local
99 BOOST_CHECK(data->condition.timed_wait(lock, boost::posix_time::seconds(10), pred_rel)); in condition_test_waits()
101 BOOST_CHECK(pred_rel()); in condition_test_waits()