|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
MutexList class header. More...
Go to the source code of this file.
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::internal | |
| Internals of distortos project - should not be used directly! | |
Typedefs | |
| using | distortos::internal::MutexList = estd::IntrusiveList< MutexListNode, &MutexListNode::node, MutexControlBlock > |
| intrusive list of mutexes (mutex control blocks) More... | |
MutexList class header.