Searched refs:number_of_threads (Results 1 – 2 of 2) sorted by relevance
26 unsigned const number_of_threads=10; in BOOST_AUTO_TEST_CASE() local41 for(unsigned i=0;i<number_of_threads;++i) in BOOST_AUTO_TEST_CASE()49 while(unblocked_count<number_of_threads) in BOOST_AUTO_TEST_CASE()55 CHECK_LOCKED_VALUE_EQUAL(unblocked_count_mutex,unblocked_count,number_of_threads); in BOOST_AUTO_TEST_CASE()68 CHECK_LOCKED_VALUE_EQUAL(unblocked_count_mutex,max_simultaneous_running,number_of_threads); in BOOST_AUTO_TEST_CASE()74 unsigned const number_of_threads=10; in BOOST_AUTO_TEST_CASE() local89 for(unsigned i=0;i<number_of_threads;++i) in BOOST_AUTO_TEST_CASE()110 CHECK_LOCKED_VALUE_EQUAL(unblocked_count_mutex,unblocked_count,number_of_threads); in BOOST_AUTO_TEST_CASE()
60 unsigned const number_of_threads=2; in BOOST_AUTO_TEST_CASE() local75 for(unsigned i=0;i<number_of_threads;++i) in BOOST_AUTO_TEST_CASE()96 CHECK_LOCKED_VALUE_EQUAL(unblocked_count_mutex,unblocked_count,number_of_threads); in BOOST_AUTO_TEST_CASE()