Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dexternal_loader.h66 std::mutex initExtSo_; variable
H A Dexternal_loader.cpp85 std::unique_lock<std::mutex> lock(initExtSo_); in InitExt()