Provides simple mutex lock functionality.
Definition at line 50 of file kfbxmutex.h.
#include <kfbxmutex.h>
Public Member Functions |
|
KFbxMutex () | |
~KFbxMutex () | |
void | Acquire () |
Acquires the lock. Blocks until acquired.
|
|
void | Release () |
Releases the lock, possibly unblocking other
threads. |
KFbxMutex | ( | ) |
~KFbxMutex | ( | ) |
void Acquire | ( | ) |
Acquires the lock. Blocks until acquired.
void Release | ( | ) |
Releases the lock, possibly unblocking other threads.