Wiki Page Content

SDL_SemValue

Use this function to get the current value of a semaphore.

Syntax

Uint32 SDL_SemValue(SDL_sem* sem)

Function Parameters

sem

the semaphore to query

Return Value

Returns the current value of the semaphore.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

None: SDL_SemValue (last edited 2013-08-12 06:16:13 by Sam Lantinga)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit