#include <mutex.h>
Public Member Functions | |
| void | lock () |
| NullMutex () | |
| bool | try_lock () |
| void | unlock () |
Private Member Functions | |
| NullMutex (const NullMutex &) | |
| NullMutex & | operator= (const NullMutex &) |
| no_multi_threading::NullMutex::NullMutex | ( | ) | [inline] |
| no_multi_threading::NullMutex::NullMutex | ( | const NullMutex & | ) | [private] |
| void no_multi_threading::NullMutex::lock | ( | ) | [inline] |
| bool no_multi_threading::NullMutex::try_lock | ( | ) | [inline] |
| void no_multi_threading::NullMutex::unlock | ( | ) | [inline] |