RTEMS 6.1-rc1
|
This source file contains the implementation of _RBTree_Insert_color(). More...
#include <rtems/score/rbtreeimpl.h>
Functions | |
void | _RBTree_Insert_color (RBTree_Control *the_rbtree, RBTree_Node *the_node) |
Rebalances the red-black tree after insertion of the node. More... | |
This source file contains the implementation of _RBTree_Insert_color().