aboutsummaryrefslogtreecommitdiff
path: root/tests/AssetsLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AssetsLibrary.h')
-rw-r--r--tests/AssetsLibrary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h
index b1c8c430ad..7af036d256 100644
--- a/tests/AssetsLibrary.h
+++ b/tests/AssetsLibrary.h
@@ -414,8 +414,8 @@ private:
const RawTensor &find_or_create_raw_tensor(const std::string &name, Format format, Channel channel) const;
mutable TensorCache _cache{};
- mutable std::mutex _format_lock{};
- mutable std::mutex _channel_lock{};
+ mutable arm_compute::Mutex _format_lock{};
+ mutable arm_compute::Mutex _channel_lock{};
const std::string _library_path;
std::random_device::result_type _seed;
};