RetroArch
Functions
sched.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "pte_osal.h"
#include "pthread.h"
#include "implement.h"
#include "sched.h"
Include dependency graph for sched.c:

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)
 

Function Documentation

◆ sched_get_priority_max()

int sched_get_priority_max ( int  policy)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sched_get_priority_min()

int sched_get_priority_min ( int  policy)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sched_setscheduler()

int sched_setscheduler ( pid_t  pid,
int  policy 
)

◆ sched_yield()

int sched_yield ( void  )
Here is the call graph for this function: