distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
MutexProtocol.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_MUTEXPROTOCOL_HPP_
13 #define INCLUDE_DISTORTOS_MUTEXPROTOCOL_HPP_
14 
15 #include <cstdint>
16 
17 namespace distortos
18 {
19 
21 enum class MutexProtocol : uint8_t
22 {
24  none,
29 };
30 
31 } // namespace distortos
32 
33 #endif // INCLUDE_DISTORTOS_MUTEXPROTOCOL_HPP_
priority inheritance protocol, similar to PTHREAD_PRIO_INHERIT
Top-level namespace of distortos project.
Definition: buttons.hpp:33
no protocol, similar to PTHREAD_PRIO_NONE
MutexProtocol
mutex protocols
Definition: MutexProtocol.hpp:21
priority protection protocol (Immediate Ceiling Priority Protocol), similar to PTHREAD_PRIO_PROTECT