IntervalZero.RTX64.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 RTX64 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.