![]() |
Home |
|
Function RTKDeleteSemaphoreRTKDeleteSemaphore deallocates and invalidates an existing semaphore: void RTKDeleteSemaphore(RTKSemaphore * S); ParametersSMust point to a valid semaphore. No task may be queued to access the semaphore. After successful deletion, RTKernel-32 assigns value RTK_NO_SEMAPHORE to *S. The attempt to access a semaphore after its deletion will produce a fatal error message under the Debug Version. In the Standard Version, the results are unpredictable.
|