Relationship to Windows Timers

RTX64 timers are not synchronization objects which means threads cannot wait on an RTX64 timer handle. This is in contrast to the Windows waitable timer, which is an object on which a thread can wait, or against which a thread can receive notification.

Related topics: