![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXFastMutex.h>
Inheritance diagram for FXEX::FXFastMutex::
Public Methods | |
FXFastMutex () | |
void | lock () |
FXbool | trylock (FXuint ms) |
void | unlock () |
~FXFastMutex () |
Note: this class doesn't store any internal state, such that, if you lock it, it is up to you to unlock it.
Definition at line 38 of file FXFastMutex.h.
|
create me a fast mutex :-).
|
|
dtor.
|
|
lock mutex.
Reimplemented from FXEX::FXLockable. |
|
for a fastlock, trylock fails when we cant lock immediately (ie ms is ignored).
Reimplemented from FXEX::FXLockable. |
|
release mutex lock.
Reimplemented from FXEX::FXLockable. |