SDL_GetSemaphoreValue - Man Page

Get the current value of a semaphore.

Synopsis

#include <SDL3/SDL_mutex.h>

Uint32 SDL_GetSemaphoreValue(SDL_Semaphore *sem);

Function Parameters

sem

the semaphore to query.

Return Value

Returns the current value of the semaphore.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

Referenced By

SDL_CreateSemaphore(3).

SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS