StampedLock
StampedLock()
StampedLock(IntPtr, JniHandleOwnership)
IsReadLocked
IsWriteLocked
JniPeerMembers
ReadLockCount
ThresholdClass
ThresholdType
AsReadLock()
AsReadWriteLock()
AsWriteLock()
IsLockStamp(Int64)
IsOptimisticReadStamp(Int64)
IsReadLockStamp(Int64)
IsWriteLockStamp(Int64)
ReadLock()
ReadLockInterruptibly()
TryConvertToOptimisticRead(Int64)
TryConvertToReadLock(Int64)
TryConvertToWriteLock(Int64)
TryOptimisticRead()
TryReadLock()
TryReadLock(Int64, TimeUnit)
TryUnlockRead()
TryUnlockWrite()
TryWriteLock()
TryWriteLock(Int64, TimeUnit)
Unlock(Int64)
UnlockRead(Int64)
UnlockWrite(Int64)
Validate(Int64)
WriteLock()
WriteLockInterruptibly()
monoandroid
namespace Java.Util.Concurrent.Locks
{
[Register("java/util/concurrent/locks/StampedLock", ApiSince = 24, DoNotGenerateAcw = true)]
public class StampedLock : Object, IJavaObject, IJavaPeerable, ISerializable, IDisposable
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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