summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java
Commit message (Expand)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
* CLCommandQueuePool support for invokeAny(tasks).Michael Bien2011-06-201-4/+24
* added submitAll() utility methodMichael Bien2011-05-091-16/+18
* concurrent utils bugfixes and improvements.Michael Bien2011-05-091-10/+97
* 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