|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Classes | |
| enum | ImplType |
Static Public Member Functions | |
| static RecursiveLock | createRecursiveLock () |
| default is ImplType.Int01, unfair'ish (fastest w/ least deviation) More... | |
| static RecursiveThreadGroupLock | createRecursiveThreadGroupLock () |
| default is ImplType.Int02ThreadGroup, unfair'ish (fastest w/ least deviation) More... | |
| static RecursiveLock | createRecursiveLock (final ImplType t, final boolean fair) |
Definition at line 35 of file LockFactory.java.
|
static |
default is ImplType.Int01, unfair'ish (fastest w/ least deviation)
Definition at line 48 of file LockFactory.java.
|
static |
Definition at line 57 of file LockFactory.java.
|
static |
default is ImplType.Int02ThreadGroup, unfair'ish (fastest w/ least deviation)
Definition at line 53 of file LockFactory.java.