#include <base.h>
Public Member Functions | |
| FGMutex (ENUM_MUTEX_TYPE typ=fastMutEx) | |
| FGMutex (const FGMutex &old) | |
| void | Lock () |
| void | Unlock () |
| bool | TryLock () |
|
|
Create a MUTEX. You can choose from fast or recursive one.
|
|
|
Lock the object for others.
|
|
|
Try lock the object for others. Returns false if one is already locked.
|
|
|
Unlock the object for others.
|
1.4.0