Operator Reference
Use the tabs on the upper right to switch to a different programming language.
Use the tabs on the upper right to switch to a different programming language.
HCondition (Class)
HCondition
— Represents an instance of a condition synchronization object.
Constructors
CreateCondition |
Create a condition variable synchronization object. |
Methods
BroadcastCondition |
Signal a condition synchronization object. | |
ClearCondition |
Destroy a condition synchronization object. | |
CreateCondition |
Create a condition variable synchronization object. | |
SignalCondition |
Signal a condition synchronization object. | |
TimedWaitCondition |
Bounded wait on the signal of a condition synchronization object. | |
WaitCondition |
wait on the signal of a condition synchronization object. |
HCondition (Class)
Name
HCondition
— Represents an instance of a condition synchronization object.
Constructors
CreateCondition |
Create a condition variable synchronization object. |
Methods
BroadcastCondition |
Signal a condition synchronization object. | |
ClearCondition |
Destroy a condition synchronization object. | |
CreateCondition |
Create a condition variable synchronization object. | |
SignalCondition |
Signal a condition synchronization object. | |
TimedWaitCondition |
Bounded wait on the signal of a condition synchronization object. | |
WaitCondition |
wait on the signal of a condition synchronization object. |
Use the tabs on the upper right to switch to a different programming language.