#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 89 of file thread.hpp.
| threading::mutex::mutex | ( | ) |
Definition at line 83 of file thread.cpp.
| threading::mutex::~mutex | ( | ) |
Definition at line 86 of file thread.cpp.
References m_.
| threading::mutex::mutex | ( | const mutex & | ) | [private] |
| void threading::mutex::operator= | ( | const mutex & | ) | [private] |
friend class condition [friend] |
Definition at line 96 of file thread.hpp.
friend class lock [friend] |
Definition at line 95 of file thread.hpp.
SDL_mutex* const threading::mutex::m_ [private] |
Definition at line 102 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.7.1 on Thu May 24 2012 01:26:10 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |