RetroArch
|
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) |
int pte_setthreadpriority | ( | pthread_t | thread, |
int | policy, | ||
int | priority | ||
) |
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 pthread_setspecific | ( | pthread_key_t | key, |
const void * | value | ||
) |