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

 

StCritical



Description:

StCritical is a PowerPlant wrapper class for working with critical sections. It would be useful as a stack object.

Methods :

The methods in this class are:

 

StCritical()  
~StCritical()  

Data Members:

None

 

Source files:

(Threads Classes)

UThread.h

UThread.cp

See Also:

LThread

StCritical()

Purpose:

Wrapper constructor which calls ThreadBeginCritical() to signal the entry of a critical section.

Access:

Public

Prototypes:

StCritical();
Parameters:

None

 

~StCritical()

Purpose:

Wrapper destructor which calls ThreadEndCritical() to signal the exit of a critical section.

Access:

Public

Prototype:

~StCritical();

 


[ 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