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

Functions

int pthread_attr_destroy (pthread_attr_t *attr)
 
int pthread_attr_getdetachstate (const pthread_attr_t *attr, int *detachstate)
 
int pthread_attr_getinheritsched (pthread_attr_t *attr, int *inheritsched)
 
int pthread_attr_getschedparam (const pthread_attr_t *attr, struct sched_param *param)
 
int pthread_attr_getschedpolicy (pthread_attr_t *attr, int *policy)
 
int pthread_attr_getscope (const pthread_attr_t *attr, int *contentionscope)
 
int pthread_attr_getstackaddr (const pthread_attr_t *attr, void **stackaddr)
 
int pthread_attr_getstacksize (const pthread_attr_t *attr, size_t *stacksize)
 
int pthread_attr_init (pthread_attr_t *attr)
 
int pthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate)
 
int pthread_attr_setinheritsched (pthread_attr_t *attr, int inheritsched)
 
int pthread_attr_setschedparam (pthread_attr_t *attr, const struct sched_param *param)
 
int pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy)
 
int pthread_attr_setscope (pthread_attr_t *attr, int contentionscope)
 
int pthread_attr_setstackaddr (pthread_attr_t *attr, void *stackaddr)
 
int pthread_attr_setstacksize (pthread_attr_t *attr, size_t stacksize)
 

Function Documentation

◆ pthread_attr_destroy()

int pthread_attr_destroy ( pthread_attr_t attr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_attr_getdetachstate()

int pthread_attr_getdetachstate ( const pthread_attr_t attr,
int *  detachstate 
)
Here is the call graph for this function:

◆ pthread_attr_getinheritsched()

int pthread_attr_getinheritsched ( pthread_attr_t attr,
int *  inheritsched 
)
Here is the call graph for this function:

◆ pthread_attr_getschedparam()

int pthread_attr_getschedparam ( const pthread_attr_t attr,
struct sched_param param 
)
Here is the call graph for this function:

◆ pthread_attr_getschedpolicy()

int pthread_attr_getschedpolicy ( pthread_attr_t attr,
int *  policy 
)
Here is the call graph for this function:

◆ pthread_attr_getscope()

int pthread_attr_getscope ( const pthread_attr_t attr,
int *  contentionscope 
)

◆ pthread_attr_getstackaddr()

int pthread_attr_getstackaddr ( const pthread_attr_t attr,
void **  stackaddr 
)
Here is the call graph for this function:

◆ pthread_attr_getstacksize()

int pthread_attr_getstacksize ( const pthread_attr_t attr,
size_t *  stacksize 
)
Here is the call graph for this function:

◆ pthread_attr_init()

int pthread_attr_init ( pthread_attr_t attr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_attr_setdetachstate()

int pthread_attr_setdetachstate ( pthread_attr_t attr,
int  detachstate 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_attr_setinheritsched()

int pthread_attr_setinheritsched ( pthread_attr_t attr,
int  inheritsched 
)
Here is the call graph for this function:

◆ pthread_attr_setschedparam()

int pthread_attr_setschedparam ( pthread_attr_t attr,
const struct sched_param param 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_attr_setschedpolicy()

int pthread_attr_setschedpolicy ( pthread_attr_t attr,
int  policy 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_attr_setscope()

int pthread_attr_setscope ( pthread_attr_t attr,
int  contentionscope 
)

◆ pthread_attr_setstackaddr()

int pthread_attr_setstackaddr ( pthread_attr_t attr,
void stackaddr 
)
Here is the call graph for this function:

◆ pthread_attr_setstacksize()

int pthread_attr_setstacksize ( pthread_attr_t attr,
size_t  stacksize 
)
Here is the call graph for this function:
Here is the caller graph for this function: