4#ifndef TETL_MUTEX_TAGS_HPP
5#define TETL_MUTEX_TAGS_HPP
constexpr auto try_to_lock
Instances of empty struct tag types. See try_to_lock_t.
Definition tags.hpp:35
constexpr auto defer_lock
Instances of empty struct tag types. See defer_lock_t.
Definition tags.hpp:21
constexpr auto adopt_lock
Instances of empty struct tag types. See adopt_lock_t.
Definition tags.hpp:49
Definition adjacent_find.hpp:9
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock,...
Definition tags.hpp:42
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock,...
Definition tags.hpp:14
Empty struct tag types used to specify locking strategy for etl::lock_guard, etl::scoped_lock,...
Definition tags.hpp:28