Uses of Interface
com.aparapi.internal.kernel.IKernelBarrier
-
Packages that use IKernelBarrier Package Description com.aparapi com.aparapi.internal.kernel -
-
Uses of IKernelBarrier in com.aparapi
Fields in com.aparapi with type parameters of type IKernelBarrier Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<IKernelBarrier>
Kernel.KernelState. localBarrier
Methods in com.aparapi that return IKernelBarrier Modifier and Type Method Description IKernelBarrier
Kernel.KernelState. getLocalBarrier()
Methods in com.aparapi with parameters of type IKernelBarrier Modifier and Type Method Description void
Kernel.KernelState. setLocalBarrier(IKernelBarrier localBarrier)
-
Uses of IKernelBarrier in com.aparapi.internal.kernel
Classes in com.aparapi.internal.kernel that implement IKernelBarrier Modifier and Type Class Description private static class
KernelRunner.FJSafeBarrier
-