[PATCH v2 0/2] Support statically allocated threads

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jan 3 06:31:26 UTC 2020


This partial patch set addresses a review comment from Gedare Bloom:

https://lists.rtems.org/pipermail/devel/2020-January/056710.html

Sebastian Huber (2):
  score: Add _Objects_Allocate_with_extend()
  score: Simplify _Thread_Initialize()

 cpukit/Makefile.am                         |  1 +
 cpukit/include/rtems/score/objectimpl.h    | 34 ++++++++++++++
 cpukit/include/rtems/score/thread.h        | 10 ++++-
 cpukit/score/src/objectallocateunlimited.c | 36 +++++----------
 cpukit/score/src/threadallocateunlimited.c | 72 ++++++++++++++++++++++++++++++
 cpukit/score/src/threadinitialize.c        | 11 +----
 testsuites/samples/unlimited/test1.c       |  2 +
 7 files changed, 130 insertions(+), 36 deletions(-)
 create mode 100644 cpukit/score/src/threadallocateunlimited.c

-- 
2.16.4



More information about the devel mailing list