On 03/03/2020 13:09, Gedare Bloom wrote:
+In SMP configurations, the thread switch extension is invoked after the context
+switch to the new executing thread (previous heir thread). The
+:c:data:`executing` is a pointer to the TCB of the previously executing thread.
+Despite the name, this is no
On Tue, Mar 3, 2020 at 12:03 AM Sebastian Huber
wrote:
>
> Close #3885.
> ---
> c-user/symmetric_multiprocessing_services.rst | 2 ++
> c-user/user_extensions.rst| 40
> ++-
> 2 files changed, 29 insertions(+), 13 deletions(-)
>
> diff --git a/c-user/