RetroArch
Functions
xenon_sdl_threads.c File Reference
#include "SDL_thread.h"
#include "SDL_mutex.h"
#include <stdlib.h>
#include <boolean.h>
Include dependency graph for xenon_sdl_threads.c:

Functions

SDL_cond * SDL_CreateCond (void)
 
void SDL_DestroyCond (SDL_cond *sleeping)
 
int SDL_CondWait (SDL_cond *cond, SDL_mutex *lock)
 
int SDL_CondSignal (SDL_cond *cond)
 

Function Documentation

◆ SDL_CondSignal()

int SDL_CondSignal ( SDL_cond *  cond)
Here is the call graph for this function:

◆ SDL_CondWait()

int SDL_CondWait ( SDL_cond *  cond,
SDL_mutex *  lock 
)
Here is the call graph for this function:

◆ SDL_CreateCond()

SDL_cond* SDL_CreateCond ( void  )

◆ SDL_DestroyCond()

void SDL_DestroyCond ( SDL_cond *  sleeping)
Here is the call graph for this function: