RTEMS  5.0.0
Functions
rbtreefind.c File Reference

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

#include <rtems/rbtree.h>

Functions

rtems_rbtree_nodertems_rbtree_find (const rtems_rbtree_control *the_rbtree, const rtems_rbtree_node *the_node, rtems_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.