Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp836 class LockTestConsumer { class
859 future_ = std::async(std::launch::async, &LockTestConsumer::HandleRequests, this); in StartHandleRequestsInBackground()
933 LockTestConsumer first_consumer;
934 LockTestConsumer second_consumer;
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h446 friend class LockTestConsumer; variable