Implementation of the kernels thread interface. More...
Implementation of the kernels thread interface.
Definition in file thread_arch.h.
#include "cpu_conf.h"
Include dependency graph for thread_arch.h:Go to the source code of this file.
| int | svc_dispatch_handler (unsigned int svc_number, unsigned int *svc_args) |
| Default SVC dispatch handler (weak function). | |
| int svc_dispatch_handler | ( | unsigned int | svc_number, |
| unsigned int * | svc_args ) |
Default SVC dispatch handler (weak function).
| [in] | svc_number | The svc number to handle. |
| [in] | svc_args | Supervisor call arguments. |
| >= | 0 when svc_number has been handled. |
| < | 0 otherwise. |