RetroArch
Functions
pthread_set.c File Reference
#include "pthread.h"
#include "implement.h"
#include "sched.h"
Include dependency graph for pthread_set.c:

Functions

int pthread_setcancelstate (int state, int *oldstate)
 
int pthread_setcanceltype (int type, int *oldtype)
 
int pthread_setconcurrency (int level)
 
int pthread_setschedparam (pthread_t thread, int policy, const struct sched_param *param)
 
int pte_setthreadpriority (pthread_t thread, int policy, int priority)
 
int pthread_setspecific (pthread_key_t key, const void *value)
 

Function Documentation

◆ pte_setthreadpriority()

int pte_setthreadpriority ( pthread_t  thread,
int  policy,
int  priority 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_setcancelstate()

int pthread_setcancelstate ( int  state,
int *  oldstate 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_setcanceltype()

int pthread_setcanceltype ( int  type,
int *  oldtype 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_setconcurrency()

int pthread_setconcurrency ( int  level)

◆ pthread_setschedparam()

int pthread_setschedparam ( pthread_t  thread,
int  policy,
const struct sched_param param 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_setspecific()

int pthread_setspecific ( pthread_key_t  key,
const void value 
)
Here is the call graph for this function:
Here is the caller graph for this function: