|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiQueueBarrier | |
|---|---|
| com.jogamp.opencl.util | OpenCL utilities. |
| Uses of MultiQueueBarrier in com.jogamp.opencl.util |
|---|
| Methods in com.jogamp.opencl.util that return MultiQueueBarrier | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||