Re: [PATCH] c-user: Document new rtems_task_delete() behaviour

2022-07-27 Thread Sebastian Huber
On 27/07/2022 05:37, Chris Johns wrote: What about SMP? If the calling task is deleting a task running on another core? The language is hard here. I am not sure what works. It doesn't matter on which processor the deleted task runs. The termination and restart requests are processed as signal

Re: [PATCH] c-user: Document new rtems_task_delete() behaviour

2022-07-26 Thread Chris Johns
On 26/7/2022 8:07 pm, Sebastian Huber wrote: > Update #4679. > --- > c-user/task/directives.rst | 29 +++-- > 1 file changed, 23 insertions(+), 6 deletions(-) > > diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst > index 64b591d..9f9ea45 100644 > --- a/c

[PATCH] c-user: Document new rtems_task_delete() behaviour

2022-07-26 Thread Sebastian Huber
Update #4679. --- c-user/task/directives.rst | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst index 64b591d..9f9ea45 100644 --- a/c-user/task/directives.rst +++ b/c-user/task/directives.rst @@