|
dius 0.1.0
|
#include <platform/posix/dius/mutex.h>
Public Member Functions | |
| Mutex () | |
| Mutex (Mutex const &)=delete | |
| ~Mutex () | |
| void | operator= (Mutex const &)=delete |
| void | lock () |
| auto | try_lock () -> bool |
| void | unlock () |
| auto | native_handle () -> pthread_mutex_t * |
| dius::Mutex::Mutex | ( | ) |
|
delete |
| dius::Mutex::~Mutex | ( | ) |
| void dius::Mutex::lock | ( | ) |
|
inline |
|
delete |
| auto dius::Mutex::try_lock | ( | ) | -> bool |
| void dius::Mutex::unlock | ( | ) |