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
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