Table of Contents

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

StaticRecMutexOwnedHandle

Methods

Equals(StaticRecMutex?)

public bool Equals(StaticRecMutex? other)

Parameters

other StaticRecMutex

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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

bool

Unlock()

public void Unlock()

UnlockFull()

public uint UnlockFull()

Returns

uint