Differences with Windows Timers
wRTOS timers are not synchronization objects, meaning threads cannot wait on a wRTOS timer handle. This contrasts with the Windows waitable timer, an object on which a thread can wait, or against which a thread can receive notification.
Related topics: