vtk-m2/vtkm/cont/internal/testing
Kenneth Moreland cbf9868915 Fix potential deadlock in ArrayHandle::PrepareForOutput
`ArrayHandle::PrepareForOutput` often has to reallocate the array to the
specified size. Previously, this allocation was not happening with the
`Token` that is passed to `PrepareForOutput`. If the `ArrayHandle` is
already attached or enqueued for that `Token`, then the allocation would
deadlock.

You can now pass a `Token` object to `Allocate`, which is what
`PrepareForOutput` does.
2020-07-07 18:30:38 -06:00
..
CMakeLists.txt Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
UnitTestArrayPortalFromIterators.cxx Remove Set method from const ArrayPortalFromIterators specialization... 2020-05-05 13:55:54 -04:00
UnitTestBuffer.cxx Fix potential deadlock in ArrayHandle::PrepareForOutput 2020-07-07 18:30:38 -06:00
UnitTestIteratorFromArrayPortal.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00