Loading...
Searching...
No Matches
thread_arch.h File Reference

Implementation of the kernels thread interface. More...

Detailed Description

Implementation of the kernels thread interface.

Author
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net

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).
 

Function Documentation

◆ svc_dispatch_handler()

int svc_dispatch_handler ( unsigned int svc_number,
unsigned int * svc_args )

Default SVC dispatch handler (weak function).

Parameters
[in]svc_numberThe svc number to handle.
[in]svc_argsSupervisor call arguments.
Return values
>=0 when svc_number has been handled.
<0 otherwise.
See also
_svc_dispatch