Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp324 class ServiceThreadBody { class in async_activity
326 ServiceThreadBody( async_activity* activity ) : my_activity( activity ) {} in ServiceThreadBody() function in async_activity::ServiceThreadBody
337 std::thread( ServiceThreadBody( this ) ).swap( my_service_thread ); in async_activity()