[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

 

StMutex



Description:

StMutex is a PowerPlant wrapper class for working with mutual exclusions (mutexes).

Methods :

The methods in this class are:

 

StMutex()  
~StMutex()  

Data Members:

mMutex

 

Source files:

(Threads Classes)

UThread.h

UThread.cp

See Also:

LMutexSemaphore

LThread

StMutex()

Purpose:

Constructor waits on the given mutual exclusion semaphore.

Access:

Public

Prototypes:

StMutex(LMutexSemaphore& inMutex);
Parameters:

A reference to the mutex to wait for.

 

~StMutex()

Purpose:

Destructor releases the semaphore.

Access:

Public

Prototype:

~StMutex();

mMutex

Purpose:

The mutex to wait for.

Access:

Private

Prototype:

LMutexSemaphore&	mMutex;

 


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: July 21, 2000