Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
sched.h
Go to the documentation of this file.
1
4
#ifndef __SYS_SCHED_H__
5
#define __SYS_SCHED_H__
6
7
#define SCHED_FIFO 1
8
#define SCHED_RR 2
9
#define SCHED_OTHER 3
10
#define SCHED_SPORADIC 4
11
12
struct
sched_param
{
13
int
sched_priority;
14
};
15
16
#endif
sched_param
Definition:
sched.h:12
Generated by
1.9.1