summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/concurrent
Commit message (Expand)AuthorAgeFilesLines
* introduced CLResourceQueueContext CLQueueContext implementation.Michael Bien2011-09-181-9/+31
* renamed CLAbstractExecutorService -> CLExecutorService.Michael Bien2011-08-035-9/+9
* javadoc improvements in concurrent package.Michael Bien2011-08-035-5/+32
* initial import of CLForkJoinPool, a JOCL variant of the Java 7 ForkJoinPool +...Michael Bien2011-08-032-0/+278
* refactoring; extracted CLAbstractExecutorService and CLPoolable.Michael Bien2011-08-035-255/+374
* fixed generics and vargs warning.Michael Bien2011-07-261-1/+1
* added missing license headers.Michael Bien2011-07-204-0/+104
* trivial javadoc fixes.Michael Bien2011-07-201-2/+2
* fixed generics to accept subdevices.Michael Bien2011-07-191-1/+1
* redesigned CLCommandQueuePool.Michael Bien2011-07-115-159/+122
* changed impl to use an extended ThreadPoolExecutor directly.Michael Bien2011-07-091-5/+73
* - initial import of CLTaskCompletionService.Michael Bien2011-07-052-7/+98
* CLCommandQueuePool support for invokeAny(tasks).Michael Bien2011-06-201-0/+24
* - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-192-0/+17
* javadoc updates.Michael Bien2011-05-271-0/+7
* added submitAll() utility methodMichael Bien2011-05-093-9/+41
* concurrent utils bugfixes and improvements.Michael Bien2011-05-093-22/+60
* added context switching functionality.Michael Bien2011-05-082-10/+41
* introduced CLQueueContext and its factory - WIP.Michael Bien2011-05-074-38/+147
* worker threads should be deamons and should have a name (like all evil things)Michael Bien2011-05-061-3/+5
* added finish action and several utility methods, WIP.Michael Bien2011-05-041-8/+68
* initial import of CLCommandQueuePool and CLTask.Michael Bien2011-05-042-0/+149