Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp699 std::atomic<int> threadReadyCount(0); in TEST_P() local
701 threadReadyCount++; in TEST_P()
703 while (threadReadyCount < params.maxLockedBuffers + 1); in TEST_P()