KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
Basic sys/sched.h file for newlib.
This file specifies a few things to make sure pthreads stuff compiles.
#define SCHED_FIFO 1 |
FIFO scheduling.
#define SCHED_OTHER 0 |
Other scheduling.
#define SCHED_RR 2 |
Round-robin scheduling.