Searched refs:accountInfoDigestFileLock_ (Results 1 – 2 of 2) sorted by relevance
363 std::lock_guard<std::mutex> lock(accountInfoDigestFileLock_); in GetAccountInfoDigestFromFile()395 std::lock_guard<std::mutex> lock(accountInfoDigestFileLock_); in GenerateAccountInfoDigestStr()420 std::lock_guard<std::mutex> lock(accountInfoDigestFileLock_); in AddAccountInfoDigest()429 std::lock_guard<std::mutex> lock(accountInfoDigestFileLock_); in DeleteAccountInfoDigest()
77 std::mutex accountInfoDigestFileLock_; variable