Searched refs:threadReadyCount (Results 1 – 1 of 1) sorted by relevance
699 std::atomic<int> threadReadyCount(0); in TEST_P() local701 threadReadyCount++; in TEST_P()703 while (threadReadyCount < params.maxLockedBuffers + 1); in TEST_P()