RTEMS
5.0.0
|
_RBTree_Postorder_first() and _RBTree_Postorder_next() implementation. More...
#include <rtems/score/rbtree.h>
Functions | |
void * | _RBTree_Postorder_next (const RBTree_Node *the_node, size_t offset) |
Returns the container of the next node in postorder. More... | |
void * | _RBTree_Postorder_first (const RBTree_Control *the_rbtree, size_t offset) |
Returns the container of the first node of the specified red-black tree in postorder. More... | |
_RBTree_Postorder_first() and _RBTree_Postorder_next() implementation.