RTEMS CPU Kit with SuperCore  4.11.2
Functions
rbtreefind.c File Reference

Find the control structure of the tree containing the given node. More...

#include <rtems/score/rbtreeimpl.h>
Include dependency graph for rbtreefind.c:

Functions

RBTree_Node_RBTree_Find (const RBTree_Control *the_rbtree, const RBTree_Node *the_node, RBTree_Compare compare, bool is_unique)
 Tries to find a node for the specified key in the tree. More...
 

Detailed Description

Find the control structure of the tree containing the given node.