Searched refs:fileMutex_ (Results 1 – 6 of 6) sorted by relevance
83 lock_guard<mutex> autoLock(fileMutex_); in HasClearBundleRecord()114 lock_guard<mutex> autoLock(fileMutex_); in FindClearBundleRecord()153 lock_guard<mutex> autoLock(fileMutex_); in InsertClearBundleRecord()201 lock_guard<mutex> autoLock(fileMutex_); in DeleteClearBundleRecord()255 lock_guard<mutex> autoLock(fileMutex_); in GetAllClearBundleRecords()
133 lock_guard<mutex> autoLock(fileMutex_); in DeleteFromDisposalConfigFile()187 lock_guard<mutex> autoLock(fileMutex_); in IfBundleNameInDisposalConfigFile()231 lock_guard<mutex> autoLock(fileMutex_); in GetBundleNameFromConfigFile()
72 std::mutex fileMutex_;
82 std::mutex fileMutex_;
38 std::mutex fileMutex_; variable
114 std::unique_lock<std::mutex> lock(fileMutex_); in ExportMemCgProcesses()