Atomically increment a semaphore's value and wake waiting threads.
Defined in <SDL3/SDL_mutex.h>
void SDL_SignalSemaphore(SDL_Semaphore *sem);| SDL_Semaphore * | sem | the semaphore to increment. |
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.