FX::FXMutex Class Reference

#include <FXThread.h>

List of all members.


Detailed Description

FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared by multiple threads.

Definition at line 48 of file FXThread.h.

Public Member Functions

 FXMutex (FXbool recursive=FALSE)
void lock ()
FXbool trylock ()
FXbool locked ()
void unlock ()
 ~FXMutex ()

Friends

class FXCondition


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:04 2009 for TnFOX by doxygen v1.4.7