Searched refs:workload_mutex_ (Results 1 – 2 of 2) sorted by relevance
68 std::lock_guard<std::mutex> lock(workload_mutex_); in ~StreamBufferCacheManager()270 std::unique_lock<std::mutex> thread_lock(workload_mutex_); in WorkloadThreadLoop()306 std::lock_guard<std::mutex> lock(workload_mutex_); in NotifyThreadWorkload()
295 std::mutex workload_mutex_; variable