IntervalZero RTX64 Managed Code Framework
            This namespace contains types used to manage real-time threads.
| Class | Description | |
|---|---|---|
| 
                                     | 
                                RTEventWaitHandle | 
                                     
            Represents a thread synchronization event.
             
                                 | 
                            
| 
                                     | 
                                RTMutex | 
                                     
            A synchronization primitive that can also be used for inter-process synchronization.
             
                                 | 
                            
| 
                                     | 
                                RTSemaphore | 
                                     
            Limits the number of threads that can access a resource, or a particular type of resource, concurrently.
             
                                 | 
                            
| 
                                     | 
                                RTTimer | 
                                     
            Encapsulates a periodic RTX64 timer.
             
                                 | 
                            
| 
                                     | 
                                RTWaitHandle | 
                                     
            Encapsulates operating system–specific objects that wait for exclusive access
 to shared resources.
             
                                 | 
                            
| Delegate | Description | |
|---|---|---|
| 
                                     | 
                                RTTimerCallback | 
                                     
            Timer callback delegate.
             
                                 | 
                            
| Enumeration | Description | |
|---|---|---|
| 
                                     | 
                                Clock | 
                                     
            The RTSS Clock types, including the system clock and real-time HAL clock.
             
                                 |