Searched refs:network_thread_result (Results 1 – 1 of 1) sorted by relevance
206 auto network_thread_result = CreateAndStartThread("network-thread"); in Create() local207 if (!network_thread_result.ok()) { in Create()208 LOG(ERROR) << network_thread_result.error().FormatForEnv(); in Create()211 impl->network_thread_ = std::move(*network_thread_result); in Create()