Re: [PATCH 0/3] Thread exit/cancel changes

2021-05-20 Thread Sebastian Huber
Hello, this patch set probably got lost in all the e-mails. I work currently on the thread exit/cancel specification and would like to specify this behaviour. On 17/05/2021 15:06, Sebastian Huber wrote: Sebastian Huber (3): rtems: Return RTEMS_CALLED_FROM_ISR score: Simplify calling _T

[PATCH 0/3] Thread exit/cancel changes

2021-05-17 Thread Sebastian Huber
Sebastian Huber (3): rtems: Return RTEMS_CALLED_FROM_ISR score: Simplify calling _Thread_Exit() posix: Allow pthread_cancel() from within ISRs cpukit/include/rtems/score/threadimpl.h | 13 +++-- cpukit/posix/src/cancel.c | 25 - cpukit/posix/src/pthreadexit.c