RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
rbtree.c File Reference

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

#include <rtems/rbtree.h>
#include <rtems/score/address.h>

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.
 

Detailed Description

This source file contains the implementation of rtems_rbtree_initialize().