native_sched.h

Add definitions required on the native board.

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.