ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HCondition — Represents an instance of a condition synchronization object.
CreateCondition | Create a condition variable synchronization object. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
ClearCondition | Destroy a condition synchronization object. |
BroadcastCondition | Signal 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 — Represents an instance of a condition synchronization object.
CreateCondition | Create a condition variable synchronization object. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
ClearCondition | Destroy a condition synchronization object. |
BroadcastCondition | Signal 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. |
ClassesClasses | | Operators |