Re: [PATCH] Return status code for _Thread_Start()

2021-04-27 Thread Gedare Bloom
ok On Mon, Apr 26, 2021 at 5:54 AM Sebastian Huber wrote: > > This avoids having conditional statements to get the API-specific status > code. > --- > cpukit/include/rtems/score/threadimpl.h | 7 +++ > cpukit/posix/src/pthreadcreate.c| 5 ++--- > cpukit/rtems/src/taskstart.c

[PATCH] Return status code for _Thread_Start()

2021-04-26 Thread Sebastian Huber
This avoids having conditional statements to get the API-specific status code. --- cpukit/include/rtems/score/threadimpl.h | 7 +++ cpukit/posix/src/pthreadcreate.c| 5 ++--- cpukit/rtems/src/taskstart.c| 7 --- cpukit/score/src/threadstart.c | 6 +++--- 4 file