// Copyright (C) 2007 Anthony Williams // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include #include #include #include "condition_test_common.hpp" unsigned const number_of_test_threads=5; void do_test_condition_notify_all_wakes_from_wait() { wait_for_flag data; boost::thread_group group; try { for(unsigned i=0;iadd(BOOST_TEST_CASE(&test_condition_notify_all)); return test; }