Class StaticRWLock
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class StaticRWLock
- Inheritance
-
StaticRWLock
- Inherited Members
Constructors
StaticRWLock()
public StaticRWLock()
StaticRWLock(StaticRWLockOwnedHandle)
public StaticRWLock(StaticRWLockOwnedHandle handle)
Parameters
handle
StaticRWLockOwnedHandle
Properties
Handle
public StaticRWLockOwnedHandle Handle { get; }
Property Value
Methods
Equals(StaticRWLock?)
public bool Equals(StaticRWLock? other)
Parameters
other
StaticRWLock
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Init()
public void Init()
ReaderLock()
public void ReaderLock()
ReaderTrylock()
public bool ReaderTrylock()
Returns
ReaderUnlock()
public void ReaderUnlock()
WriterLock()
public void WriterLock()
WriterTrylock()
public bool WriterTrylock()
Returns
WriterUnlock()
public void WriterUnlock()