![]() |
• System Utilities | |||||||
|
API Links
Developer Links
|
class SignalDefined in:
The C4Threads.hSignal class encapsulates a signal object for multithreaded synchronization.
Definition
Member Functions
Constructor
Parameters
Description
The Signal class defines a platform-independent signal object that can be used for multithreaded synchronization. A signal object encapsulates up to kMaxSignalCount separate binary signals that can be individually triggered. A thread can wait on a signal object using the Signal::Wait function in order to block itself until another thread activates the signal using the Signal::Trigger function.
See Also
|