Class StaticRecMutex
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class StaticRecMutex
- Inheritance
-
StaticRecMutex
- Inherited Members
Constructors
StaticRecMutex()
public StaticRecMutex()
StaticRecMutex(StaticRecMutexOwnedHandle)
public StaticRecMutex(StaticRecMutexOwnedHandle handle)
Parameters
handle
StaticRecMutexOwnedHandle
Properties
Handle
public StaticRecMutexOwnedHandle Handle { get; }
Property Value
Methods
Equals(StaticRecMutex?)
public bool Equals(StaticRecMutex? other)
Parameters
other
StaticRecMutex
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()
Lock()
public void Lock()
LockFull(uint)
public void LockFull(uint depth)
Parameters
depth
uint
Trylock()
public bool Trylock()
Returns
Unlock()
public void Unlock()
UnlockFull()
public uint UnlockFull()