RTEMS CPU Kit with SuperCore
4.11.3
|
#include <rtems/score/rbtreeimpl.h>
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... | |