![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXMutex.h>
Inheritance diagram for FXEX::FXMutex::
Public Methods | |
FXMutex () | |
void | lock () |
FXbool | trylock (FXuint ms) |
void | unlock () |
virtual | ~FXMutex () |
Friends | |
class | FXCondition |
Unlocks on destruction
Definition at line 35 of file FXMutex.h.
|
create me a mutex :-).
|
|
dtor.
|
|
lock mutex.
Reimplemented from FXEX::FXLockable. |
|
try to lock the mutex, within some period.
Reimplemented from FXEX::FXLockable. |
|
release mutex lock.
Reimplemented from FXEX::FXLockable. |
|
|