aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/locks/RecursiveLock.java
Commit message (Expand)AuthorAgeFilesLines
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-1/+1
* RecursiveLock.getHoldCount(): Fix API doc formattingSven Gothel2013-01-181-4/+7
* Lock Cleanup (API Change)Sven Gothel2012-06-271-1/+1
* Cleanup Lock Package: API doc, complete throws declaration, interface Recursi...Sven Gothel2011-12-111-1/+1
* Move TRACE_LOCK from RecursiveLock -> LockSven Gothel2011-11-261-8/+0
* Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock t...Sven Gothel2011-09-271-0/+52
* Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new int...Sven Gothel2011-09-271-245/+0
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-261-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* 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-141-0/+237