2.4 Task Exception Handling
The T-Kernel speci.cation de.nes task exception handling functions for dealing with exceptions. Note that exceptions other than those in the CPU are treated as interrupts. A task exception handling function is one that invokes a system call requesting task exception handling, interrupts execution by the specified task, and runs a task exception handler. Execution of the task exception handler takes place in the same context as the interrupted task. Upon return from the task exception handler, the interrupted processing continues. One task exception handler per task can be registered with an application.

Comments