µ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::rtos::internal Namespace Reference

A namespace to group all internal implementation objects. More...

Classes

class  attributes_clocked
 Base class for attributes. More...
 
class  clock_timestamps_list
 Ordered list of time stamp nodes. More...
 
class  event_flags
 Internal event flags implementation. More...
 
class  object_named
 Base class for named objects. More...
 
class  object_named_system
 Base class for named system objects. More...
 
class  ready_threads_list
 Priority ordered list of threads waiting too run. More...
 
class  terminated_threads_list
 Unordered list of threads. More...
 
class  thread_children_list
 List of children threads. More...
 
class  timeout_thread_node
 Double linked list node, with time stamp and thread. More...
 
class  timer_node
 Double linked list node, with time stamp and timer. More...
 
class  timestamp_node
 Double linked list node, with time stamp. More...
 
class  waiting_thread_node
 Double linked list node, with thread reference. More...
 
class  waiting_threads_list
 Priority ordered list of threads. More...
 

Detailed Description

A namespace to group all internal implementation objects.