Searched refs:task_runner_thread_ (Results 1 – 2 of 2) sorted by relevance
61 if (task_runner_thread_ && task_runner_thread_->joinable()) { in ~PlatformClientPosix()62 task_runner_thread_->join(); in ~PlatformClientPosix()84 task_runner_thread_( in PlatformClientPosix()
119 absl::optional<std::thread> task_runner_thread_; variable