Searched refs:thrd_ (Results 1 – 3 of 3) sorted by relevance
130 thrd_ = std::async(std::launch::async, std::ref(*this)); in Run()147 thrd_.get(); in Join()154 while (thrd_.wait_for(std::chrono::seconds(1)) != std::future_status::ready) { in Join()
126 std::future<void> thrd_; variable
88 while (thrd_.wait_for(std::chrono::seconds(1)) != std::future_status::ready) {106 std::future<void> thrd_;112 thrd_ = std::async(std::launch::async, std::ref(*this));