summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/locks
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-032-9/+9
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-176-61/+61
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+3
* Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3Sven Gothel2013-06-241-0/+3
* SingletonInstance: Add stats about time/attempts, subtract real-time delta fr...Sven Gothel2013-06-241-10/+20
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-181-3/+5
* RecursiveLock.getHoldCount(): Fix API doc formattingSven Gothel2013-01-181-4/+7
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-211-5/+8
* Lock Cleanup (API Change)Sven Gothel2012-06-275-8/+16
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-5/+2
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-2/+4
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-112-1/+146
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-113-3/+14
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-262-9/+4
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-0/+61
* Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...Sven Gothel2011-09-272-3/+55
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-245/+0
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-113-109/+75
* Complete relocation of SingletonInstance.java from JOGLSven Gothel2011-06-111-0/+164
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-261-1/+1
* html fixesSven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-092-2/+2
* Enhance API doc .. package description etcSven Gothel2010-11-091-0/+9
* RecursiveLock: TRACE_LOCK: StackTrace -> err.printlnSven Gothel2010-10-291-2/+4
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-143-0/+364