Searched refs:ServiceThreadBody (Results 1 – 1 of 1) sorted by relevance
324 class ServiceThreadBody { class in async_activity326 ServiceThreadBody( async_activity* activity ) : my_activity( activity ) {} in ServiceThreadBody() function in async_activity::ServiceThreadBody337 std::thread( ServiceThreadBody( this ) ).swap( my_service_thread ); in async_activity()