Mutex Class Reference

A mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned. Its name comes from its usefulness in coordinating mutually-exclusive access to a shared resource. Only one thread at a time can own a mutex object. More...

Inheritance diagram for Mutex:

wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
bool IsOk ()

Protected Member Functions

override void dtor ()


Detailed Description

A mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned. Its name comes from its usefulness in coordinating mutually-exclusive access to a shared resource. Only one thread at a time can own a mutex object.

Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.


Member Function Documentation

bool IsOk (  ) 

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