#1892 closed defect (wontfix)

RBTree Extract hook

Reported by: Petr Benes Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: normal Keywords:
Cc: gedare@… Blocked By:
Blocking:

Description

This patch just continues in the philosophy of the previous one in terms of adding a hook for extract function. This may be usful for handling red-black tree containing duplicate keys.

2011-08-05 Petr Benes <benesp16@…>

  • sprbtree01/init.c: Add extract function for RBTrees.

2011-08-05 Petr Benes <benesp16@…>

  • sapi/include/rtems/rbtree.h, sapi/inline/rtems/rbtree.inl,

score/include/rtems/score/rbtree.h, score/inline/rtems/score/rbtree.inl,
score/src/rbtree.c, score/src/rbtreeextract.c: Add extract function for RBTrees.

Attachments (1)

rbtree_function_extract.diff (18.8 KB) - added by Petr Benes on 08/05/11 at 12:12:43.
RBTree Extract hook

Download all attachments as: .zip

Change History (3)

Changed on 08/05/11 at 12:12:43 by Petr Benes

RBTree Extract hook

comment:1 Changed on 03/27/14 at 23:54:36 by Gedare Bloom

Resolution: wontfix
Status: newclosed

The current implementation seems to be satisfactory without adding function hooks.

comment:2 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.