SDL_CondSignal?
NAME SYNOPSIS DESCRIPTION SEE ALSO
SDL_CondSignal?- Restart a thread wait on a condition variable
#include
int SDL_CondSignal?(__SDL_cond
Restart one of the threads that are waiting on the condition variable, cond. Returns 0 on success of -1 on an error.
SDL_CondWait?, SDL_CondBroadcast?
One page links to SDL_CondSignal(3):