RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_rbtree_initialize(). More...
Functions | |
void | rtems_rbtree_initialize (rtems_rbtree_control *the_rbtree, rtems_rbtree_compare compare, void *starting_address, size_t number_nodes, size_t node_size, bool is_unique) |
Initialize a RBTree header. | |
This source file contains the implementation of rtems_rbtree_initialize().