SemysSignalWait

01 Waits for a signal object to enter the signalled state.
02

void SemysSignalWait(HSemysSignal sig);

03 Parameters:
  • sig: The signal to wait for.
04 This function blocks until the specified signal has been set to signalled state (or returns immediately if this already happened).
05 When the function returns the signal object has been reset and is in non signalled state.
06 Reference: SemysThreading.h
Implementation: Semys Library
See Also: Threading Sub-System, SemysSignalSet()

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