SDL_CondBroadcast (3) Linux Manual Page
SDL_CondBroadcast – Restart all threads waiting on a condition variable
Synopsis
#include "SDL.h" #include "SDL_thread.h" int SDL_CondBroadcast(SDL_cond *cond);
SDL_CondBroadcast – Restart all threads waiting on a condition variable
int SDL_CondBroadcast(SDL_cond *cond);