CriticalSection Class Reference

Critical section: this is the same as mutex but is only visible to the threads of the same process. For the platforms which don't have native support for critical sections, they're implemented entirely in terms of mutexes. More...

Inheritance diagram for CriticalSection:

wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
void Enter ()
void Leave ()

Protected Member Functions

override void dtor ()


Detailed Description

Critical section: this is the same as mutex but is only visible to the threads of the same process. For the platforms which don't have native support for critical sections, they're implemented entirely in terms of mutexes.

Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.


Member Function Documentation

void Enter (  ) 

void Leave (  ) 

override void dtor (  )  [protected]

Reimplemented from wxObject.


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:29 2009 for wxD by  doxygen 1.5.4