Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp53 static std::mutex imageSourceCrossThreadMutex_; variable
694 std::lock_guard<std::mutex> lock(imageSourceCrossThreadMutex_); in CreateImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp66 static std::mutex imageSourceCrossThreadMutex_; variable
1319 std::lock_guard<std::mutex> lock(imageSourceCrossThreadMutex_); in CreateImageSource()