ClassesClassesClassesClasses | | | | Operators

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)

Name

HCondition — Represents an instance of a condition synchronization object.

Constructors

CreateCondition    Create a condition variable synchronization object.

Finalizer

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.

Methods

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 (Class)

Name

HCondition — Represents an instance of a condition synchronization object.

Constructors

CreateCondition    Create a condition variable synchronization object.

Destructor

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.

Methods

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 (Class)

Name

HCondition — Represents an instance of a condition synchronization object.

Methods

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.

HConditionX (Class)

Name

HConditionX — Represents an instance of a condition synchronization object.

Constructors

CreateCondition    Create a condition variable synchronization object.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when the last reference to the object instance is removed.

ClearCondition    Destroy a condition synchronization object.

Methods

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.


ClassesClassesClassesClasses | | | | Operators