RTEMS CPU Kit with SuperCore  4.11.3
Functions
rbtreeinsert.c File Reference
#include <rtems/score/rbtreeimpl.h>
Include dependency graph for rbtreeinsert.c:

Functions

 RTEMS_STATIC_ASSERT (sizeof(RBTree_Compare_result) >=sizeof(intptr_t), RBTree_Compare_result_intptr_t)
 
 RTEMS_STATIC_ASSERT (sizeof(RBTree_Compare_result) >=sizeof(int32_t), RBTree_Compare_result_int32_t)
 
RBTree_Node_RBTree_Insert (RBTree_Control *the_rbtree, RBTree_Node *the_node, RBTree_Compare compare, bool is_unique)
 Inserts the node into the red-black tree. More...