ReentrantReadWriteLock
ReentrantReadLock
ReentrantWriteLock
ReentrantReadWriteLock()
ReentrantReadWriteLock(Boolean)
ReentrantReadWriteLock(IntPtr, JniHandleOwnership)
HasQueuedThreads
IsFair
IsWriteLocked
IsWriteLockedByCurrentThread
JniPeerMembers
Owner
QueuedReaderThreads
QueuedThreads
QueuedWriterThreads
QueueLength
ReadHoldCount
ReadLockCount
ThresholdClass
ThresholdType
WriteHoldCount
GetWaitingThreads(ICondition)
GetWaitQueueLength(ICondition)
HasQueuedThread(Thread)
HasWaiters(ICondition)
ReadLock()
WriteLock()
monoandroid
namespace Java.Util.Concurrent.Locks
{
[Register("java/util/concurrent/locks/ReentrantReadWriteLock", DoNotGenerateAcw = true)]
public class ReentrantReadWriteLock : Object, IJavaObject, IJavaPeerable, ISerializable, IReadWriteLock, IDisposable
{
protected virtual ICollection<Thread!>? QueuedThreads
{
[Register("getQueuedThreads", "()Ljava/util/Collection;", "GetGetQueuedThreadsHandler")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API