Penguin
Blame: SDL_SemValue(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_SemValue(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!SemValue
2 !!!SDL_!SemValue
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 EXAMPLES
8 SEE ALSO
9 ----
10 !!NAME
11
12
2 perry 13 SDL_!SemValue- Return the current value of a semaphore.
1 perry 14 !!SYNOPSIS
15
16
17 __#include
18 __
19
20
2 perry 21 __Uint32 SDL_!SemValue__(__SDL_sem
1 perry 22 *sem__);
23 !!DESCRIPTION
24
25
2 perry 26 __SDL_!SemValue()__ returns the current semaphore value
1 perry 27 from the semaphore pointed to by __sem__.
28 !!RETURN VALUE
29
30
31 Returns current value of the semaphore.
32 !!EXAMPLES
33
34
2 perry 35 sem_value = SDL_!SemValue(my_sem);
1 perry 36 !!SEE ALSO
37
38
2 perry 39 __SDL_!CreateSemaphore__, __SDL_!DestroySemaphore__,
40 __SDL_!SemWait__, __SDL_!SemTryWait__,
41 __SDL_!SemWaitTimeout__, __SDL_!SemPost__
1 perry 42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.