distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
MutexList.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_INTERNAL_SYNCHRONIZATION_MUTEXLIST_HPP_
13 #define INCLUDE_DISTORTOS_INTERNAL_SYNCHRONIZATION_MUTEXLIST_HPP_
14 
16 
17 namespace distortos
18 {
19 
20 namespace internal
21 {
22 
23 class MutexControlBlock;
24 
27 
28 } // namespace internal
29 
30 } // namespace distortos
31 
32 #endif // INCLUDE_DISTORTOS_INTERNAL_SYNCHRONIZATION_MUTEXLIST_HPP_
MutexListNode class header.
Top-level namespace of distortos project.
Definition: buttons.hpp:33