Synchronization APIs
Shared memory functions:
Interprocess synchronization functions:
- RtCreateEvent
- RtCreateMutex
- RtCreateSemaphore
- RtOpenEvent
- RtOpenMutex
- RtOpenSemaphore
- RtPulseEvent
- RtReleaseMutex
- RtReleaseSemaphore
- RtResetEvent
- RtSetEvent
- RtWaitForSingleObject
Intraprocess synchronization functions: