summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring; extracted CLAbstractExecutorService and CLPoolable.Michael Bien2011-08-031-1/+1
|
* added missing license headers.Michael Bien2011-07-201-0/+26
|
* redesigned CLCommandQueuePool.Michael Bien2011-07-111-15/+25
|
* changed impl to use an extended ThreadPoolExecutor directly.Michael Bien2011-07-091-3/+3
|
* - initial import of CLTaskCompletionService.Michael Bien2011-07-051-25/+62
| | | - fixed pool shutdown behavior. It will now wait till all started tasks finish to be able to release the queue context.
* CLCommandQueuePool support for invokeAny(tasks).Michael Bien2011-06-201-4/+24
|
* added submitAll() utility methodMichael Bien2011-05-091-16/+18
| | | | junit test now covering queue contexts switching improved javadoc.
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-10/+97
| | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation
* added context switching functionality.Michael Bien2011-05-081-7/+5
|
* introduced CLQueueContext and its factory - WIP.Michael Bien2011-05-071-2/+33
|
* initial import of CLCommandQueuePool and CLTask.Michael Bien2011-05-041-0/+54