pub unsafe extern "C" fn SDL_SignalCondition(cond: *mut SDL_Condition)
dep_sdl3
Restart one of the threads that are waiting on the condition variable.
cond
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.
SDL_BroadcastCondition
SDL_WaitCondition
SDL_WaitConditionTimeout