Synchronization APIs

Shared memory functions:

RtCreateSharedMemory

RtOpenSharedMemory

Interprocess synchronization functions:

RtCreateEvent

RtCreateMutex

RtCreateSemaphore

RtOpenEvent

RtOpenMutex

RtOpenSemaphore

RtPulseEvent

RtReleaseMutex

RtReleaseSemaphore

RtResetEvent

RtSetEvent

RtWaitForMultipleObjects

RtWaitForSingleObject

Intraprocess synchronization functions:

RtAcquireFastSemaphore

RtGetCountFastSemaphore

RtInitializeFastSemaphore

RtReleaseAllFastSemaphore

RtReleaseFastSemaphore

 

See Also