Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dstream_buffer_cache_manager.cc66 std::lock_guard<std::mutex> lock(workload_mutex_); in ~StreamBufferCacheManager()
235 std::unique_lock<std::mutex> thread_lock(workload_mutex_); in WorkloadThreadLoop()
271 std::lock_guard<std::mutex> lock(workload_mutex_); in NotifyThreadWorkload()
H A Dstream_buffer_cache_manager.h290 std::mutex workload_mutex_; variable