Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc84 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
85 if (!thread_.joinable()) return -1; in tryStartThread()
94 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
95 thread_.join(); in stopThread()
Dasync_fd_watcher.h52 std::thread thread_; variable