Searched refs:finishedGatherTasks_ (Results 1 – 2 of 2) sorted by relevance
180 BASE_NS::vector<uint64_t> finishedGatherTasks_; variable
2618 … 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()