Searched refs:network_thread_result (Results 1 – 1 of 1) sorted by relevance
192 auto network_thread_result = CreateAndStartThread("network-thread"); in Create() local193 if (!network_thread_result.ok()) { in Create()194 LOG(ERROR) << network_thread_result.error().Trace(); in Create()197 impl->network_thread_ = std::move(*network_thread_result); in Create()