Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
kernel
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
schedule
void schedule(void)
Relinquish CPU and select next thread to run.
Definition:
kernel.c:3176
Generated by
1.9.1