Home
last modified time | relevance | path

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

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