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

Classes

struct  pte_cond_wait_cleanup_args_t
 

Functions

static void pte_cond_wait_cleanup (void *args)
 
static int pte_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime)
 
int pthread_cond_destroy (pthread_cond_t *cond)
 
int pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t *attr)
 
static int pte_cond_unblock (pthread_cond_t *cond, int unblockAll)
 
int pthread_cond_signal (pthread_cond_t *cond)
 
int pthread_cond_broadcast (pthread_cond_t *cond)
 
int pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)
 
int pthread_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime)
 

Function Documentation

◆ pte_cond_timedwait()

static int pte_cond_timedwait ( pthread_cond_t cond,
pthread_mutex_t mutex,
const struct timespec *  abstime 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pte_cond_unblock()

static int pte_cond_unblock ( pthread_cond_t cond,
int  unblockAll 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pte_cond_wait_cleanup()

static void pte_cond_wait_cleanup ( void args)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_cond_broadcast()

int pthread_cond_broadcast ( pthread_cond_t cond)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_cond_destroy()

int pthread_cond_destroy ( pthread_cond_t cond)
Here is the call graph for this function:

◆ pthread_cond_init()

int pthread_cond_init ( pthread_cond_t cond,
const pthread_condattr_t attr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_cond_signal()

int pthread_cond_signal ( pthread_cond_t cond)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_cond_timedwait()

int pthread_cond_timedwait ( pthread_cond_t cond,
pthread_mutex_t mutex,
const struct timespec *  abstime 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_cond_wait()

int pthread_cond_wait ( pthread_cond_t cond,
pthread_mutex_t mutex 
)
Here is the call graph for this function:
Here is the caller graph for this function: