aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util/locks
Commit message (Expand)AuthorAgeFilesLines
* Clock: Use Clock.currentNanos() instead of System.nanoTime()Sven Gothel2023-03-071-2/+8
* TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thre...Sven Gothel2023-01-152-6/+6
* Bug 1213: Use InterruptSource.ThreadSven Gothel2015-09-153-9/+12
* Bug 1213: Refine changes .. comments and APISven Gothel2015-09-152-2/+4
* SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll period (...Sven Gothel2014-10-041-3/+0
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-035-43/+24
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-032-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-035-243/+243
* Use org.junit.Assert instead of deprecated junit.framework.AssertSven Gothel2013-10-243-33/+29
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classesSven Gothel2013-08-315-0/+20
* TestSingletonServerSocket01: unlock singleton lockSven Gothel2012-10-041-0/+2
* SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts.Sven Gothel2012-09-211-0/+72
* SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta...Sven Gothel2012-09-212-0/+160
* Lock Cleanup (API Change)Sven Gothel2012-06-272-8/+0
* RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp...Sven Gothel2011-12-111-0/+327
* TestTracer -> JunitTracerv2.0-rc4Sven Gothel2011-12-021-2/+2
* Fix Test1p2ProcAddressEmitter (static var); Add TestTracerSven Gothel2011-12-021-1/+2
* Lock ChangeSet (fin): Cleanup, fix and enhance RecursiveLock implementationSven Gothel2011-09-271-77/+385
* fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu...Sven Gothel2011-07-231-4/+4
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-201-4/+4
* Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l...Sven Gothel2011-07-171-4/+23
* fix TestRecursiveLock01's LockedObjectAction1 syncSven Gothel2011-02-261-8/+5
* cleanup importsSven Gothel2011-02-261-7/+0
* TestRecursiveLock01: Reduce threads/loop, otherwise slow machines will time outSven Gothel2010-11-021-12/+12
* New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ...Sven Gothel2010-10-231-19/+0
* Moved locking to: com.jogamp.common.util.locks ; Better abstraction ; Misc ch...Sven Gothel2010-10-141-0/+280