Searched refs:my_service_thread (Results 1 – 2 of 2) sorted by relevance
261 std::thread my_service_thread; member278 void stop_and_wait() { done = true; my_service_thread.join(); } in stop_and_wait()286 : done(false), my_service_thread(ServiceThreadFunc(barrier), this) {} in AsyncActivity()
337 std::thread( ServiceThreadBody( this ) ).swap( my_service_thread ); in async_activity()351 my_service_thread.join(); in ~async_activity()402 std::thread my_service_thread; member in async_activity