RetroArch
|
#include <stdio.h>
#include <stdlib.h>
#include "pte_osal.h"
#include "pthread.h"
#include "implement.h"
#include "sched.h"
Functions | |
int | sched_setscheduler (pid_t pid, int policy) |
int | sched_yield (void) |
int | sched_get_priority_min (int policy) |
int | sched_get_priority_max (int policy) |
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 | ) |