Re: [PATCH 3/3] posix: Allow pthread_cancel() from within ISRs

2021-05-20 Thread Gedare Bloom
These looked ok to me, I skimmed before but forgot to ACK... On Mon, May 17, 2021 at 7:07 AM Sebastian Huber wrote: > > Close #4413. > --- > cpukit/posix/src/cancel.c | 13 ++--- > testsuites/psxtests/psxcancel01/init.c | 72 +++--- > 2 files changed, 45 insertio

[PATCH 3/3] posix: Allow pthread_cancel() from within ISRs

2021-05-17 Thread Sebastian Huber
Close #4413. --- cpukit/posix/src/cancel.c | 13 ++--- testsuites/psxtests/psxcancel01/init.c | 72 +++--- 2 files changed, 45 insertions(+), 40 deletions(-) diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c index f2636e6a97..aa4a434037 100644 ---