KFbxMutex
#include<kfbxmutex.h>

List of all members.

Detailed Description

Provides simple mutex lock functionality.

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.

Member Function Documentation

void Acquire( ) 

Acquires the lock. Blocks until acquired.

void Release( ) 

Releases the lock, possibly unblocking other threads.