MonitorEventMutexRelease.MutexCount Property

The acquisition count of the mutex. If this is zero, the mutex is not locked. If this is non-zero, the mutex is locked. If this is greater than one, the owning thread has locked it more than once.

Namespace:  IntervalZero.MaxRT.wRTOS.Monitor
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public uint MutexCount { get; }

Property Value

Type: UInt32

See Also: