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. localBarrierMethods in com.aparapi that return IKernelBarrier Modifier and Type Method Description IKernelBarrierKernel.KernelState. getLocalBarrier()Methods in com.aparapi with parameters of type IKernelBarrier Modifier and Type Method Description voidKernel.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 classKernelRunner.FJSafeBarrier
-