|
YACLib
C++ library for concurrent tasks execution
|
#include <mutex.hpp>
Public Types | |
| using | impl_t = Impl |
| Internal. | |
Public Member Functions | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| impl_t & | GetImpl () |
| using yaclib::detail::Mutex< Impl >::impl_t = Impl |
|
inline |
|
inline |
Definition at line 15 of file mutex.hpp.
References YACLIB_INJECT_FAULT.
|
inline |
Definition at line 19 of file mutex.hpp.
References yaclib::MakeContract(), and YACLIB_INJECT_FAULT.
|
inline |
Definition at line 24 of file mutex.hpp.
References YACLIB_INJECT_FAULT.