|
RetroArch
|
#include <pte_types.h>Go to the source code of this file.
Classes | |
| struct | sched_param |
Macros | |
| #define | PTE_LEVEL_MAX 3 |
| #define | PTE_LEVEL PTE_LEVEL_MAX |
| #define | sched_rr_get_interval(_pid, _interval) ( errno = ENOTSUP, (int) -1 ) |
Enumerations | |
| enum | { SCHED_OTHER = 0, SCHED_FIFO, SCHED_RR, SCHED_MIN = SCHED_OTHER, SCHED_MAX = SCHED_RR } |
Functions | |
| int | sched_yield (void) |
| int | sched_get_priority_min (int policy) |
| int | sched_get_priority_max (int policy) |
| int | sched_setscheduler (pid_t pid, int policy) |
| #define PTE_LEVEL PTE_LEVEL_MAX |
| #define PTE_LEVEL_MAX 3 |
| #define sched_rr_get_interval | ( | _pid, | |
| _interval | |||
| ) | ( errno = ENOTSUP, (int) -1 ) |
| int sched_get_priority_max | ( | int | policy | ) |
| int sched_get_priority_min | ( | int | policy | ) |
| int sched_setscheduler | ( | pid_t | pid, |
| int | policy | ||
| ) |
| int sched_yield | ( | void | ) |
1.8.15