score: Split up rbtreenext.c

Split up rbtreenext.c since only _RBTree_Minimum() is used by the operating
system core services (thread queues and the EDF scheduler).

Change license to BSD-2-Clause according to file history and re-licensing
agreement.

Update #3053.
This commit is contained in:
Sebastian Huber
2021-09-03 16:33:21 +02:00
parent ad41c17933
commit f958d58a6a
6 changed files with 183 additions and 28 deletions

View File

@@ -1472,8 +1472,11 @@ source:
- cpukit/score/src/rbtreeextract.c
- cpukit/score/src/rbtreeinsert.c
- cpukit/score/src/rbtreeiterate.c
- cpukit/score/src/rbtreemax.c
- cpukit/score/src/rbtreemin.c
- cpukit/score/src/rbtreenext.c
- cpukit/score/src/rbtreepostorder.c
- cpukit/score/src/rbtreeprev.c
- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/sched.c
- cpukit/score/src/scheduler.c