Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DRefBase_fuzz.cpp178 std::vector<uint8_t> threadOperations = dataProvider->ConsumeBytes<uint8_t>(opCount); in spawnThreads() local
179 std::thread tmpThread = std::thread(loop, threadOperations); in spawnThreads()