3#ifndef TETL_MUTEX_LOCK_GUARD_HPP
4#define TETL_MUTEX_LOCK_GUARD_HPP
17template <
typename MutexT>
Definition adjacent_find.hpp:8
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock,...
Definition tags.hpp:41
lock_guard(mutex_type &m)
Definition lock_guard.hpp:21
auto operator=(lock_guard const &) -> lock_guard &=delete
MutexT mutex_type
Definition lock_guard.hpp:19
lock_guard(lock_guard const &)=delete
~lock_guard()
Definition lock_guard.hpp:32
lock_guard(mutex_type &m, adopt_lock_t)
Definition lock_guard.hpp:27