RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
sapirbtreeinsert.c File Reference

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_nodertems_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.
 

Detailed Description

This source file contains the implementation of rtems_rbtree_insert().