Home |
RTKernel-32 Programming Manual Function RTKWaitCond |
Function RTKWaitCondRTKWaitCond (wait conditional) retrieves an event from a semaphore under the condition that one is immediately available. RTKWaitCond never leads to a blocking task switch. RTKBool RTKWaitCond(RTKSemaphore S); ParametersSReferences the semaphore from which to retrieve the event. return valueTRUE if a signal was retrieved, FALSE otherwise. Except for event semaphores, RTKWaitCond has decremented the semaphore's value if it returns TRUE.
|