Class: TMonitorLock

Declaration: Synchronization.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

None.

Inherited By:

None.

Purpose:

TMonitorLock is a concrete class used to implement a monitor in the monitor and conditions programming model.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

This class is not intended to be derived.

Concurrency:

Multithread safe.

Resource Use:

No special requirements.

Member Function: TMonitorLock::TMonitorLock

TMonitorLock ()

Interface Category:

API.

Purpose:

Default constructor.

Calling Context:

Called to create a monitor.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TMonitorLock::~TMonitorLock

virtual ~ TMonitorLock ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.