Package | Description |
---|---|
com.jogamp.opencl.util |
OpenCL utilities.
|
Modifier and Type | Method and Description |
---|---|
MultiQueueBarrier |
MultiQueueBarrier.await()
Blocks until all Threads which called
waitFor(com.jogamp.opencl.CLCommandQueue)
continue execution. |
MultiQueueBarrier |
MultiQueueBarrier.waitFor(CLCommandQueue queue)
Blocks the current Thread until all commands on the
CLCommandQueue finished excecution. |
MultiQueueBarrier |
MultiQueueBarrier.waitFor(CLCommandQueue queue,
CLEventList events)
Blocks the current Thread until the given events on the
CLCommandQueue occurred. |