RTEMS 6.1-rc1
|
This source file contains the implementation of rtems_rbtree_insert(). More...
#include <rtems/rbtree.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(rtems_rbtree_compare_result) >=sizeof(intptr_t), rtems_rbtree_compare_result_intptr_t) | |
RTEMS_STATIC_ASSERT (sizeof(rtems_rbtree_compare_result) >=sizeof(int32_t), rtems_rbtree_compare_result_int32_t) | |
rtems_rbtree_node * | rtems_rbtree_insert (rtems_rbtree_control *the_rbtree, rtems_rbtree_node *the_node, rtems_rbtree_compare compare, bool is_unique) |
Inserts the node into the red-black tree. More... | |
This source file contains the implementation of rtems_rbtree_insert().