Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DRefBase_fuzz.cpp32 static constexpr int kMaxOperations = 100; variable
177 uint8_t opCount = dataProvider->ConsumeIntegralInRange<uint8_t>(1, kMaxOperations); in spawnThreads()