Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e6aca43 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: add SCHED_IDLE policy



this patch adds the SCHED_IDLE policy to sched.h.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d15bcfdb
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,8 @@
#define SCHED_FIFO		1
#define SCHED_FIFO		1
#define SCHED_RR		2
#define SCHED_RR		2
#define SCHED_BATCH		3
#define SCHED_BATCH		3
/* SCHED_ISO: reserved but not implemented yet */
#define SCHED_IDLE		5


#ifdef __KERNEL__
#ifdef __KERNEL__