This module contains API functions to handle SVM kernel execution.  
More...
This module contains API functions to handle SVM kernel execution. 
◆ svm_kernel_suspend()
This function asks a kernel for suspension. 
- Parameters
- 
  
    | [in] | svm | The SVM pointer passed as first argument of the callback function. |  | [in] | kernel | The kernel to be suspended. |  
 
- Note
- The suspension of the kernel is asynchronous, and will be performed at the end of the execution of its current instruction.
- Exceptions
- 
  
    | FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |  
 
 
 
◆ svm_kernel_terminate()
This function asks a kernel for terminaison. 
- Parameters
- 
  
    | [in] | svm | The SVM pointer passed as first argument of the callback function. |  | [in] | kernel | The kernel to be terminated. |  
 
- Note
- The terminaison of the kernel is asynchronous, and will be performed at the end of the execution of its current instruction.
- Exceptions
- 
  
    | FAILURE | interruption when a parameter is incorrect. (Please refer to the main description page of this API.) |