Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
mutex.hpp
Go to the documentation of this file.
1// Copyright 2026, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5///
6/// @file mutex.hpp
7/// @brief Public export header for the mutex subpackage
8///
9
10#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MUTEX_HPP_
11#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MUTEX_HPP_
12
13// parasoft-begin-suppress AUTOSAR-A16_2_2-a-2 "Arene Base aggregate headers permitted by A16-2-2 Permit #1"
14#include "arene/base/mutex/lock_guard.hpp" // IWYU pragma: export
15#include "arene/base/mutex/mutex.hpp" // IWYU pragma: export
16#include "arene/base/mutex/timed_mutex.hpp" // IWYU pragma: export
17// parasoft-end-suppress AUTOSAR-A16_2_2-a-2
18
19#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MUTEX_HPP_