Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dflat_file_system_entry.cc31 std::lock_guard lock(blob_store_lock_); in Init()
42 std::lock_guard lock(blob_store_lock_); in EnsureInitialized()
56 std::lock_guard lock(blob_store_lock_); in Name()
75 std::lock_guard lock(blob_store_lock_); in SizeBytes()
88 std::lock_guard lock(blob_store_lock_); in Delete()
/aosp_15_r20/external/pigweed/pw_blob_store/public/pw_blob_store/
H A Dflat_file_system_entry.h48 blob_store_lock_(blob_store_lock) {} in FlatFileSystemBlobStoreEntry()
71 bool initialized_ PW_GUARDED_BY(blob_store_lock_);
72 blob_store::BlobStore& blob_store_ PW_GUARDED_BY(blob_store_lock_);
73 sync::VirtualBasicLockable& blob_store_lock_; variable