Mutex Class Reference
[Synchronization Primitives]

Mutually exclusive locking mechnism. More...

#include <Mutex.h>

List of all members.

Public Member Functions

 Mutex (int timeoutMs)
bool Lock ()
void Unlock ()
bool IsInitialized ()
void SetTimeout (int timeoutMs)
 Set the mutex lock timeout in milliseconds (use zero for infinite).

Detailed Description

Mutually exclusive locking mechnism.

Definition at line 76 of file Mutex.h.


The documentation for this class was generated from the following files: