Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | RecursiveLock.getHoldCount(): Fix API doc formatting | Sven Gothel | 2013-01-18 | 1 | -4/+7 |
| | |||||
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | - LockExt -> ThreadLock - clarifying semantics (API Change) - ThreadLock: Remove isOwner(), use isOwner(Thread.currentThread) - adding @Override | ||||
* | Cleanup Lock Package: API doc, complete throws declaration, interface ↵ | Sven Gothel | 2011-12-11 | 1 | -1/+1 |
| | | | | | | RecursiveLockImpl01Unfairish.Sync RecursiveLockImpl01Unfairish changes are in preparation of RecursiveGroupThreadLock. | ||||
* | Move TRACE_LOCK from RecursiveLock -> Lock | Sven Gothel | 2011-11-26 | 1 | -8/+0 |
| | |||||
* | Lock ChangeSet: New RecursiveLock interface. Minor API change to of tryLock ↵ | Sven Gothel | 2011-09-27 | 1 | -0/+52 |
| | | | | throws declaration | ||||
* | Lock ChangeSet: Prepare RecursiveLock to be an implementation of it's new ↵ | Sven Gothel | 2011-09-27 | 1 | -245/+0 |
| | | | | interface | ||||
* | RecursiveLock: Expose waiting thread queue size | Sven Gothel | 2011-04-26 | 1 | -0/+6 |
| | |||||
* | RecursiveLock: static field -> final; NativeLibrary: cleanup | Sven Gothel | 2011-02-26 | 1 | -1/+1 |
| | |||||
* | Move implementation private files from com.jogamp.<module>.impl. to ↵ | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | jogamp.<module> - com.jogamp.common.impl -> jogamp.common This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. | ||||
* | RecursiveLock: TRACE_LOCK: StackTrace -> err.println | Sven Gothel | 2010-10-29 | 1 | -2/+4 |
| | |||||
* | Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ↵ | Sven Gothel | 2010-10-14 | 1 | -0/+237 |
changes |