#include<kfbxmutex.h>
Definition at line51of filekfbxmutex.h.
Public Member Functions | |
void | Acquire() |
Acquires the lock. Blocks until acquired. | |
void | Release() |
Releases the lock, possibly unblocking other threads. |
void Acquire | ( | ) |
Acquires the lock. Blocks until acquired.
void Release | ( | ) |
Releases the lock, possibly unblocking other threads.