Searched refs:sync_idx (Results 1 – 1 of 1) sorted by relevance
304 …auto test_multiple_readers = [&](std::array<PetscDeviceContext, 2> readers, std::size_t sync_idx) { in main() argument306 const auto sync_reader = readers[sync_idx]; in main()308 const auto remain_idx = sync_idx + 1 >= readers.size() ? 0 : sync_idx + 1; in main()