Package com.jogamp.common.util.locks
Class LockFactory
java.lang.Object
com.jogamp.common.util.locks.LockFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecursiveLockdefault is ImplType.Int01, unfair'ish (fastest w/ least deviation)static RecursiveLockcreateRecursiveLock(LockFactory.ImplType t, boolean fair) static RecursiveThreadGroupLockdefault is ImplType.Int02ThreadGroup, unfair'ish (fastest w/ least deviation)
-
Constructor Details
-
LockFactory
public LockFactory()
-
-
Method Details
-
createRecursiveLock
default is ImplType.Int01, unfair'ish (fastest w/ least deviation) -
createRecursiveThreadGroupLock
default is ImplType.Int02ThreadGroup, unfair'ish (fastest w/ least deviation) -
createRecursiveLock
-