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

Functions

int pthread_barrier_destroy (pthread_barrier_t *barrier)
 
int pthread_barrier_init (pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned int count)
 
int pthread_barrier_wait (pthread_barrier_t *barrier)
 

Function Documentation

◆ pthread_barrier_destroy()

int pthread_barrier_destroy ( pthread_barrier_t barrier)
Here is the call graph for this function:

◆ pthread_barrier_init()

int pthread_barrier_init ( pthread_barrier_t barrier,
const pthread_barrierattr_t attr,
unsigned int  count 
)
Here is the call graph for this function:

◆ pthread_barrier_wait()

int pthread_barrier_wait ( pthread_barrier_t barrier)
Here is the call graph for this function: