#include <thread.hpp>

Public Member Functions | |
| mutex () | |
| ~mutex () | |
Private Attributes | |
| SDL_mutex *const | m_ |
Friends | |
| class | lock |
| class | condition |
Definition at line 95 of file thread.hpp.
| threading::mutex::mutex | ( | ) |
Definition at line 82 of file thread.cpp.
| threading::mutex::~mutex | ( | ) |
Definition at line 85 of file thread.cpp.
References m_.
|
friend |
Definition at line 103 of file thread.hpp.
|
friend |
Definition at line 102 of file thread.hpp.
|
private |
Definition at line 107 of file thread.hpp.
Referenced by threading::lock::lock(), threading::condition::wait(), threading::condition::wait_timeout(), threading::lock::~lock(), and ~mutex().
1.8.8