RTEMS 6.1-rc1
Functions
rbtreereplace.c File Reference

This source file contains the implementation of _RBTree_Replace_node(). More...

#include <rtems/score/rbtree.h>

Functions

void _RBTree_Replace_node (RBTree_Control *the_rbtree, RBTree_Node *victim, RBTree_Node *replacement)
 Replaces a node in the red-black tree without a rebalance. More...
 

Detailed Description

This source file contains the implementation of _RBTree_Replace_node().