Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h178 std::mutex gatherTasksLock_; variable
H A Dgltf2_importer.cpp2617 std::unique_lock lock(gatherTasksLock_); in ImportGLTF()
2771 std::lock_guard lock(gatherTasksLock_); in Gather()
2988 std::lock_guard lock(gatherTasksLock_); in HandleGatherTasks()