Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
sched.h
Go to the documentation of this file.
1 
4 #ifndef __KERNEL_SCHED_H__
5 #define __KERNEL_SCHED_H__
6 
12 void schedule(void);
13 
14 #endif
void schedule(void)
Relinquish CPU and select next thread to run.
Definition: kernel.c:3176