Home
last modified time | relevance | path

Searched refs:thrd_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask.cc130 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()
Dtask.h126 std::future<void> thrd_; variable
DREADME.md88 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));