Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/
Dio_context.cpp330 test_service* svc3 = new test_service(ioc2); in io_context_service_test() local
333 boost::asio::add_service(ioc2, svc3); in io_context_service_test()
339 delete svc3; in io_context_service_test()
Dthread_pool.cpp142 test_service* svc3 = new test_service(pool2); in thread_pool_service_test() local
145 boost::asio::add_service(pool2, svc3); in thread_pool_service_test()
151 delete svc3; in thread_pool_service_test()