Home
last modified time | relevance | path

Searched refs:finishedGatherTasks_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h180 BASE_NS::vector<uint64_t> finishedGatherTasks_; member in GLTF2::final
H A Dgltf2_importer.cpp2618 condition_.wait(lock, [this]() { return pendingGatherTasks_ == finishedGatherTasks_.size(); });
2772 finishedGatherTasks_.push_back(task.id);
2773 if (pendingGatherTasks_ == finishedGatherTasks_.size()) {
2989 if (pendingGatherTasks_ == finishedGatherTasks_.size()) {
2990 std::swap(finishedGatherTasks, finishedGatherTasks_);

Completed in 6 milliseconds