mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 02:28:25 +08:00
Simplify _RBTree_Insert() and _RBTree_Extract(). Remove more superfluous NULL pointer checks. Change _RBTree_Is_root() to use only the node. Add parent parameter to _RBTree_Sibling(). Delete _RBTree_Grandparent() and _RBTree_Parent_sibling().