Method | Description | |
---|---|---|
ReentrantReadWriteLock ( bool arg0 ) | ||
getQueueLength ( ) : int | ||
getReadHoldCount ( ) : int | ||
getReadLockCount ( ) : int | ||
getWaitQueueLength ( java arg0 ) : int | ||
getWriteHoldCount ( ) : int | ||
hasQueuedThread ( java arg0 ) : bool | ||
hasQueuedThreads ( ) : bool | ||
hasWaiters ( java arg0 ) : bool | ||
isFair ( ) : bool | ||
isWriteLocked ( ) : bool | ||
isWriteLockedByCurrentThread ( ) : bool | ||
readLock ( ) : global::java.util.concurrent.locks.Lock | ||
toString ( ) : global::java.lang.String | ||
writeLock ( ) : global::java.util.concurrent.locks.Lock |
Method | Description | |
---|---|---|
ReentrantReadWriteLock ( global @__env ) | ||
getOwner ( ) : global::java.lang.Thread | ||
getQueuedReaderThreads ( ) : global::java.util.Collection | ||
getQueuedThreads ( ) : global::java.util.Collection | ||
getQueuedWriterThreads ( ) : global::java.util.Collection | ||
getWaitingThreads ( java arg0 ) : global::java.util.Collection |
Method | Description | |
---|---|---|
ReentrantReadWriteLock ( ) |
protected ReentrantReadWriteLock ( global @__env ) | ||
@__env | global |
protected getOwner ( ) : global::java.lang.Thread | ||
return | global::java.lang.Thread |
protected getQueuedReaderThreads ( ) : global::java.util.Collection | ||
return | global::java.util.Collection |
protected getQueuedThreads ( ) : global::java.util.Collection | ||
return | global::java.util.Collection |
protected getQueuedWriterThreads ( ) : global::java.util.Collection | ||
return | global::java.util.Collection |
public getWaitQueueLength ( java arg0 ) : int | ||
arg0 | java | |
return | int |
protected getWaitingThreads ( java arg0 ) : global::java.util.Collection | ||
arg0 | java | |
return | global::java.util.Collection |
public isWriteLockedByCurrentThread ( ) : bool | ||
return | bool |
public readLock ( ) : global::java.util.concurrent.locks.Lock | ||
return | global::java.util.concurrent.locks.Lock |
public toString ( ) : global::java.lang.String | ||
return | global::java.lang.String |
public writeLock ( ) : global::java.util.concurrent.locks.Lock | ||
return | global::java.util.concurrent.locks.Lock |