Class that provides a wrapper for a pthread mutex. More...

#include <SPL/Runtime/Utility/Mutex.h>

List of all members.


Detailed Description

Class that provides a wrapper for a pthread mutex.


Constructor & Destructor Documentation

Constructor

Parameters:

Constructor

Parameters:

Member Function Documentation

Lock the mutex

Unlock the mutex

Lock the mutex. If the mutex is already locked this call does not block.

Returns:
true if the mutex was locked by this call, false otherwise

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