Restart one of the threads that are waiting on the condition variable.
Defined in <SDL3/SDL_mutex.h>
void SDL_SignalCondition(SDL_Condition *cond);
SDL_Condition * | cond | the condition variable to signal. |
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.