Searched refs:ea3 (Results 1 – 2 of 2) sorted by relevance
91 boost::basic_thread_pool ea3(1); in test_generic_executor_ref() local92 boost::future<int> t1 = boost::async(ea3, &f1); in test_generic_executor_ref()93 boost::future<int> t2 = boost::async(ea3, &f1); in test_generic_executor_ref()
105 boost::basic_thread_pool ea3(1); in test_executor_adaptor() local107 boost::future<int> t1 = boost::async(ea3, &f1); in test_executor_adaptor()109 boost::future<int> t2 = boost::async(ea3, &f1); in test_executor_adaptor()