All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Scheduler for native

The RIOT scheduler for the native platform More...

Detailed Description

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.
 

Function Documentation

◆ sched_yield()

int sched_yield ( void )
extern

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.