RTEMS 6.1-rc5
|
This source file contains the implementation of _RBTree_Extract(). More...
#include <rtems/score/rbtreeimpl.h>
Functions | |
void | _RBTree_Extract (RBTree_Control *the_rbtree, RBTree_Node *the_node) |
Extracts (removes) the node from the red-black tree. | |
This source file contains the implementation of _RBTree_Extract().