Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_SemValue(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!SemValue !!!SDL_!SemValue NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO ---- !!NAME SDL_!SemValue- Return the current value of a semaphore. !!SYNOPSIS __#include __ __Uint32 SDL_!SemValue__(__SDL_sem *sem__); !!DESCRIPTION __SDL_!SemValue()__ returns the current semaphore value from the semaphore pointed to by __sem__. !!RETURN VALUE Returns current value of the semaphore. !!EXAMPLES sem_value = SDL_!SemValue(my_sem); !!SEE ALSO __SDL_!CreateSemaphore__, __SDL_!DestroySemaphore__, __SDL_!SemWait__, __SDL_!SemTryWait__, __SDL_!SemWaitTimeout__, __SDL_!SemPost__ ----
One page links to
SDL_SemValue(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.