KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
sched.h File Reference

Basic sys/sched.h file for newlib. More...

#include <sys/cdefs.h>

Go to the source code of this file.

Data Structures

struct  sched_param
 Scheduling Parameters, P1003.1b-1993, p. More...
 

Macros

#define SCHED_OTHER   0
 Other scheduling.
 
#define SCHED_FIFO   1
 FIFO scheduling.
 
#define SCHED_RR   2
 Round-robin scheduling.
 

Detailed Description

Basic sys/sched.h file for newlib.

This file specifies a few things to make sure pthreads stuff compiles.

Macro Definition Documentation

◆ SCHED_FIFO

#define SCHED_FIFO   1

FIFO scheduling.

◆ SCHED_OTHER

#define SCHED_OTHER   0

Other scheduling.

◆ SCHED_RR

#define SCHED_RR   2

Round-robin scheduling.