From 1cfc31e02ca2e3a71827e5f50fc93211ac896c28 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Fri, 3 Jun 2022 17:21:43 +0200 Subject: [PATCH] Clarify nanos6 submit events --- doc/emu_events.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/emu_events.txt b/doc/emu_events.txt index aeaef17..57816b0 100644 --- a/doc/emu_events.txt +++ b/doc/emu_events.txt @@ -150,11 +150,11 @@ KCI Is back in the CPU due to a context switch 6Sf Is no longer hungry 6S[ Enters the scheduler server mode 6S] Ends the scheduler server mode -6Su Begins task submission into the scheduler -6SU Ends task submission into the scheduler +6Su Begins a ready task submission via addReadyTask() +6SU Ends a ready task submission via addReadyTask() -6U[ Starts to submit a task -6U] Ends the submission of a task +6U[ Starts to submit a task via submitTask() +6U] Ends the submission of a task via submitTask() 6Ha Attaches to nanos6 6HA Detaches from nanos6