| |
|
| java.lang.Object javax.media.j3d.MRSWLock
MRSWLock | class MRSWLock (Code) | | Use this lock to allow multiple reads/single write synchronization.
To prevent deadlock a read/writeLock call must match with a read/writeUnlock call.
Write request has precedence over read request.
|
Field Summary | |
static boolean | debug |
debug | static boolean debug(Code) | | |
readLock | final synchronized void readLock()(Code) | | |
readUnlock | final synchronized void readUnlock()(Code) | | |
writeLock | final synchronized void writeLock()(Code) | | |
writeUnlock | final synchronized void writeUnlock()(Code) | | |
|
|
|