Simple Virtual Machine
A simple but flexible virtual machine
SVM processes

This module contains API functions to handle SVM processes. More...

Modules

 SVM process getters
 This module contains API functions to get SVM processes.
 
 SVM process ownership
 This module contains API functions to handle SVM process ownership.
 
 SVM process execution
 This module contains API functions to handle SVM process execution.
 
 SVM process notifications
 This module contains API functions to handle SVM process interruption notifications.
 
 SVM process status
 This module contains API functions to handle SVM process status.
 
 SVM process scheduler
 This module contains API functions to handle SVM process scheduler.
 
 SVM process sequencer
 This module contains API functions to handle SVM process sequencers.
 
 SVM process kernels
 This module contains API functions to handle SVM process kernels.
 

Detailed Description

This module contains API functions to handle SVM processes.

A process is a dedicated execution thread executing kernels in a sequence.

Processes are executed in parallel using schedulers to orchestrate their execution.

Note
A process is a common entry point in this API to get access to various elements linked to it.
See also
SVM kernels
SVM schedulers