#include <thread.hpp>
Public Member Functions | |
mutex () | |
~mutex () | |
Private Member Functions | |
mutex (const mutex &) | |
void | operator= (const mutex &) |
Private Attributes | |
SDL_mutex *const | m_ |
Friends | |
class | lock |
class | condition |
Definition at line 83 of file thread.hpp.
threading::mutex::mutex | ( | ) |
Definition at line 93 of file thread.cpp.
threading::mutex::~mutex | ( | ) |
threading::mutex::mutex | ( | const mutex & | ) | [private] |
void threading::mutex::operator= | ( | const mutex & | ) | [private] |
friend class lock [friend] |
Definition at line 89 of file thread.hpp.
friend class condition [friend] |
Definition at line 90 of file thread.hpp.
SDL_mutex* const threading::mutex::m_ [private] |
Definition at line 96 of file thread.hpp.
Referenced by threading::lock::lock(), threading::condition::wait(), threading::condition::wait_timeout(), threading::lock::~lock(), and ~mutex().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |