SemysSignalDestroy

01 Sets the signalled state of a signal object.
02

void SemysSignalSet(HSemysSignal sig);

03 Parameters:
  • sig: The signal to set.
04 First this function sets the signalled state and then wakes up the the thread that is possibly waiting for the signal.
05 Calling this function several times without having a thread to reset the signalled state has no further effect.
06 Reference: SemysThreading.h
Implementation: Semys Library
See Also: Threading Sub-System, SemysSignalWait()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.