µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os-mutex.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  os
 System namespace.
 
namespace  os::rtos
 RTOS namespace.
 

Typedefs

using os::rtos::mutexes_list = utils::intrusive_list< mutex, utils::double_list_links, &mutex::owner_links_ >