Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_shared_mutex.cpp26 unsigned const number_of_threads=10; in BOOST_AUTO_TEST_CASE() local
41 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() local
89 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()
Dtest_shared_mutex_part_2.cpp60 unsigned const number_of_threads=2; in BOOST_AUTO_TEST_CASE() local
75 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()