summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-22 07:31:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-23 11:00:28 +0100
commit577262a73757a1d1561935f4efebfd39e333391a (patch)
tree9696529924a20b3300f9db48d0d64ef276bdefdd /spec/build/cpukit
parentscore: Simplify _Scheduler_Generic_block() (diff)
downloadrtems-577262a73757a1d1561935f4efebfd39e333391a.tar.bz2
score: Add red-black tree append/prepend
These functions are a faster alternative to _RBTree_Insert_inline() if it is known that the new node is the maximum/minimum node. Update #4531.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/librtemscpu.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 9e57f346c2..060ef273f4 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1477,6 +1477,7 @@ source:
- cpukit/score/src/pheapwalk.c
- cpukit/score/src/processormaskcopy.c
- cpukit/score/src/profilingisrentryexit.c
+- cpukit/score/src/rbtreeappend.c
- cpukit/score/src/rbtreeextract.c
- cpukit/score/src/rbtreeinsert.c
- cpukit/score/src/rbtreeiterate.c
@@ -1484,6 +1485,7 @@ source:
- cpukit/score/src/rbtreemin.c
- cpukit/score/src/rbtreenext.c
- cpukit/score/src/rbtreepostorder.c
+- cpukit/score/src/rbtreeprepend.c
- cpukit/score/src/rbtreeprev.c
- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/sched.c