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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel