#include <thread.hpp>
Definition at line 48 of file thread.hpp.
Public Member Functions | |
void | lock () |
mutex () | |
void | unlock () |
~mutex () | |
Private Attributes | |
SDL_mutex * | m |
mutex | ( | ) |
~mutex | ( | ) |
void lock | ( | ) |
Definition at line 58 of file thread.cpp.
References mutex::m.
Referenced by synchronized::operator T(), and synchronized< bool >::operator=().
void unlock | ( | ) |
Definition at line 65 of file thread.cpp.
References mutex::m.
Referenced by synchronized::operator T(), and synchronized< bool >::operator=().
SDL_mutex* m [private] |
Definition at line 50 of file thread.hpp.
Referenced by mutex::lock(), mutex::mutex(), mutex::unlock(), and mutex::~mutex().