Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp864 static constexpr auto consumer_timeout = 3s; in HandleRequests() local
871 if (cv_.wait_for(ulock, consumer_timeout, [this] { return !requests_.empty(); })) { in HandleRequests()