![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXThread.h>
Public Member Functions | |
| FXMutex (FXbool recursive=FALSE) | |
| void | lock () |
| FXbool | trylock () |
| FXbool | locked () |
| void | unlock () |
| ~FXMutex () | |
Friends | |
| class | FXCondition |
|
|
Initialize the mutex.
|
|
|
Delete the mutex.
|
|
|
Lock the mutex.
|
|
|
Return TRUE if succeeded locking the mutex.
|
|
|
Return TRUE if mutex is already locked.
|
|
|
Unlock mutex.
|
|
|
|
|
|