Searched refs:worker_thread_result (Results 1 – 1 of 1) sorted by relevance
213 auto worker_thread_result = CreateAndStartThread("worker-thread"); in Create() local214 if (!worker_thread_result.ok()) { in Create()215 LOG(ERROR) << worker_thread_result.error().FormatForEnv(); in Create()218 impl->worker_thread_ = std::move(*worker_thread_result); in Create()