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