Home
last modified time | relevance | path

Searched refs:task_runner_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/platform/impl/
Dplatform_client_posix.cc61 if (task_runner_thread_ && task_runner_thread_->joinable()) { in ~PlatformClientPosix()
62 task_runner_thread_->join(); in ~PlatformClientPosix()
84 task_runner_thread_( in PlatformClientPosix()
Dplatform_client_posix.h119 absl::optional<std::thread> task_runner_thread_; variable