The RIOT scheduler for the native platform. More...
The RIOT scheduler for the native platform.
Files | |
| file | native_sched.h | 
| Add definitions required on the native board.  | |
Functions | |
| int | sched_yield (void) | 
| Compilation with g++ may require the declaration of this function.  More... | |
| int sched_yield | ( | void | ) | 
Compilation with g++ may require the declaration of this function.
If implementation of this function is required, it can be realized in thread_arch.c.