Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_privacy.h68 std::unique_lock<std::mutex> lock(canCloseMutex_); in WaitFor()
74 std::lock_guard<std::mutex> lock(canCloseMutex_); in Notify()
83 std::mutex canCloseMutex_; variable