From 1c6ecdc6ea657a25b0e1025b72b28366413d972c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Fri, 3 Jun 2022 15:31:14 +0200 Subject: [PATCH] Add scheduler submit events --- doc/emu_events.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/emu_events.txt b/doc/emu_events.txt index e730120..aeaef17 100644 --- a/doc/emu_events.txt +++ b/doc/emu_events.txt @@ -150,6 +150,8 @@ 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 6U[ Starts to submit a task 6U] Ends the submission of a task