Clarify nanos6 submit events

This commit is contained in:
Rodrigo Arias 2022-06-03 17:21:43 +02:00
parent 1c6ecdc6ea
commit 1cfc31e02c

View File

@ -150,11 +150,11 @@ KCI Is back in the CPU due to a context switch
6Sf Is no longer hungry 6Sf Is no longer hungry
6S[ Enters the scheduler server mode 6S[ Enters the scheduler server mode
6S] Ends the scheduler server mode 6S] Ends the scheduler server mode
6Su Begins task submission into the scheduler 6Su Begins a ready task submission via addReadyTask()
6SU Ends task submission into the scheduler 6SU Ends a ready task submission via addReadyTask()
6U[ Starts to submit a task 6U[ Starts to submit a task via submitTask()
6U] Ends the submission of a task 6U] Ends the submission of a task via submitTask()
6Ha Attaches to nanos6 6Ha Attaches to nanos6
6HA Detaches from nanos6 6HA Detaches from nanos6