Mount Fuji Engine  0.8b
MF_API void MFThread_SignalSemaphore ( MFSemaphore  semaphore)

Signala a semaphore object.

Parameters
semaphoreHandle of semaphore to signal.
Returns
None.
Remarks
Signaling a semaphore increments the semaphores count by 1. If the semaphore already contains the maximum value specified by CreateSemaphore, SignalSemaphore will wait until it has been decremented.