![]() |
| Home |
|
|
Function RTKCreateSemaphoreRTKCreateSemaphore is a macro which creates and initializes a new semaphore.
RTKSemaphore RTKCreateSemaphore(RTKSemaType Type,
unsigned InitialValue,
const char * Name);
RTKCreateSemaphore expands to: RTKOpenSemaphore(Type, InitialValue, 0, Name)
|