|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecursiveLock
Reentrance capable locking toolkit.
Field Summary |
---|
Fields inherited from interface com.jogamp.common.util.locks.Lock |
---|
DEBUG, DEFAULT_TIMEOUT, TIMEOUT, TRACE_LOCK |
Method Summary | |
---|---|
int |
getHoldCount()
Return the number of locks issued to this lock by the same thread. |
int |
getQueueLength()
|
Methods inherited from interface com.jogamp.common.util.locks.ThreadLock |
---|
getOwner, isLockedByOtherThread, isOwner, unlock, validateLocked |
Methods inherited from interface com.jogamp.common.util.locks.Lock |
---|
isLocked, lock, tryLock, unlock |
Method Detail |
---|
int getHoldCount()
int getQueueLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |