summaryrefslogtreecommitdiffstats
path: root/src/java/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* gluegen: replace Thread name with name of lock file in SingletonInstanceFileL...Harvey Harrison2012-10-161-1/+1
* SingletonInstanceServerSocket: serverSocket.setReuseAddress(true); // reuse s...Sven Gothel2012-10-041-0/+1
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-212-18/+18
* SingletonInstanceServerSocket: Add kill @ JVM Shutdown _and_ if normal unlock...Sven Gothel2012-09-212-8/+42
* Lock Cleanup (API Change)Sven Gothel2012-06-276-17/+64
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-161-1/+1
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-0/+211
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-113-43/+83
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-274-122/+613
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-0/+245
* SingletonInstanceServerSocket: composite thread name w/ leading original oneSven Gothel2011-09-251-1/+8
* SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper nameSven Gothel2011-06-121-2/+2
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-112-0/+351