Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp885 class LockTestConsumer { class
908 future_ = std::async(std::launch::async, &LockTestConsumer::HandleRequests, this); in StartHandleRequestsInBackground()
982 LockTestConsumer first_consumer;
983 LockTestConsumer second_consumer;
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h450 friend class LockTestConsumer; variable