RTEMS 6.1-rc1
|
This source file contains the implementation of rtems_rbtree_find(). More...
#include <rtems/rbtree.h>
Functions | |
rtems_rbtree_node * | rtems_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... | |
This source file contains the implementation of rtems_rbtree_find().