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

Functions

int pthread_getconcurrency (void)
 
int pthread_getschedparam (pthread_t thread, int *policy, struct sched_param *param)
 
voidpthread_getspecific (pthread_key_t key)
 

Function Documentation

◆ pthread_getconcurrency()

int pthread_getconcurrency ( void  )

◆ pthread_getschedparam()

int pthread_getschedparam ( pthread_t  thread,
int *  policy,
struct sched_param param 
)
Here is the call graph for this function:

◆ pthread_getspecific()

void* pthread_getspecific ( pthread_key_t  key)
Here is the call graph for this function:
Here is the caller graph for this function: