Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/example/
Dgeneric_executor_ref.cpp91 boost::basic_thread_pool ea3(1); in test_generic_executor_ref() local
92 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()
Dexecutor.cpp105 boost::basic_thread_pool ea3(1); in test_executor_adaptor() local
107 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()