summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-26 10:15:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-30 07:56:28 +0200
commit8b15a3242e2f7089e013e1ced599850c943f751f (patch)
treecdd759c8216f54da261aba01fdac713337a60e25 /spec/build/cpukit
parentappl-config: Add missing "the" (diff)
downloadrtems-8b15a3242e2f7089e013e1ced599850c943f751f.tar.bz2
Use alias for rtems_task_self() and pthread_self()
This may reduce the code size a bit.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/librtemscpu.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index a3a9ee42e3..21fa6ea787 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1119,7 +1119,6 @@ source:
- cpukit/posix/src/pthreadinitthreads.c
- cpukit/posix/src/pthreadjoin.c
- cpukit/posix/src/pthreadonce.c
-- cpukit/posix/src/pthreadself.c
- cpukit/posix/src/pthreadsetaffinitynp.c
- cpukit/posix/src/pthreadsetnamenp.c
- cpukit/posix/src/pthreadsetschedparam.c
@@ -1299,7 +1298,6 @@ source:
- cpukit/rtems/src/taskrestart.c
- cpukit/rtems/src/taskresume.c
- cpukit/rtems/src/tasks.c
-- cpukit/rtems/src/taskself.c
- cpukit/rtems/src/tasksetaffinity.c
- cpukit/rtems/src/tasksetpriority.c
- cpukit/rtems/src/tasksetscheduler.c
@@ -1548,6 +1546,7 @@ source:
- cpukit/score/src/threadqtimeout.c
- cpukit/score/src/threadrestart.c
- cpukit/score/src/threadscheduler.c
+- cpukit/score/src/threadselfid.c
- cpukit/score/src/threadsetstate.c
- cpukit/score/src/threadstackallocate.c
- cpukit/score/src/threadstackfree.c