Re: [PATCH] score: Add Thread_Configuration::cpu_time_budget

2021-03-15 Thread Gedare Bloom
looks good On Fri, Mar 12, 2021 at 12:34 AM Sebastian Huber wrote: > > Move the CPU time budget to the thread configuration. This simplifies > _Thread_Initialize(). > --- > cpukit/include/rtems/posix/pthreadimpl.h | 26 +++--- > cpukit/include/rtems/score/threadimpl.h | 5 +++ > cpuki

[PATCH] score: Add Thread_Configuration::cpu_time_budget

2021-03-11 Thread Sebastian Huber
Move the CPU time budget to the thread configuration. This simplifies _Thread_Initialize(). --- cpukit/include/rtems/posix/pthreadimpl.h | 26 +++--- cpukit/include/rtems/score/threadimpl.h | 5 +++ cpukit/posix/src/psxtransschedparam.c| 23 +++-- cpukit/posix/src/pthreadcre