IntervalZero.MaxRT.wRTOS.RtApi.Threading Namespace

This namespace contains types used to manage real-time threads.

Classes

 

Class Description

Public class

RtEventWaitHandle

Represents a thread synchronization event.

Public class

RtMutex

A synchronization primitive that can also be used for inter-process synchronization.

Public class

RtSemaphore

Limits the number of threads that can access a resource, or a particular type of resource, concurrently.

Public class

RtTimer

Encapsulates a periodic wRTOS timer.

Public class

RtWaitHandle

Encapsulates operating system–specific objects that wait for exclusive access to shared resources.

Delegates

 

Delegate Description

Public delegate

RtTimerCallback

Timer callback delegate.

Enumerations

 

Enumeration Description

Public enumeration

Clock

The RTSS Clock types, including the system clock and real-time HAL clock.