SDL_!CondBroadcast?
NAME SYNOPSIS DESCRIPTION SEE ALSO
SDL_!CondBroadcast?- Restart all threads waiting on a condition variable
#include
int SDL_!CondBroadcast?(__SDL_cond
Restarts all threads that are waiting on the condition variable, cond. Returns 0 on success, or -1 on an error.
SDL_!CondSignal?, SDL_!CondWait?
One page links to SDL_CondBroadcast(3):