[PATCH 0/3] Thread exit/cancel changes
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon May 17 13:06:52 UTC 2021
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 | 11 +---
cpukit/rtems/src/taskdelete.c | 20 +++----
cpukit/rtems/src/taskexit.c | 15 +-----
cpukit/score/src/threadrestart.c | 15 ++++--
testsuites/psxtests/psxcancel01/init.c | 72 ++++++++++++++-----------
7 files changed, 80 insertions(+), 91 deletions(-)
--
2.26.2
More information about the devel
mailing list