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

Functions

int pthread_condattr_destroy (pthread_condattr_t *attr)
 
int pthread_condattr_getpshared (const pthread_condattr_t *attr, int *pshared)
 
int pthread_condattr_init (pthread_condattr_t *attr)
 
int pthread_condattr_setpshared (pthread_condattr_t *attr, int pshared)
 

Function Documentation

◆ pthread_condattr_destroy()

int pthread_condattr_destroy ( pthread_condattr_t attr)
Here is the call graph for this function:

◆ pthread_condattr_getpshared()

int pthread_condattr_getpshared ( const pthread_condattr_t attr,
int *  pshared 
)

◆ pthread_condattr_init()

int pthread_condattr_init ( pthread_condattr_t attr)

◆ pthread_condattr_setpshared()

int pthread_condattr_setpshared ( pthread_condattr_t attr,
int  pshared 
)