RTX.Threading Namespace IntervalZero RTX Managed Code
Classes

Class Description
Public class RTEventWaitHandle
Represents a thread synchronization event.
Public class RTMutex
A synchronization primitive than can also be used for interprocess 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 RTX 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