RTEMS 6.1-rc1
Functions
rbtreefind.c File Reference

This source file contains the implementation of rtems_rbtree_find(). 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

This source file contains the implementation of rtems_rbtree_find().