Penguin
Blame: SDL_CreateMutex(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_CreateMutex(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!CreateMutex
2 !!!SDL_!CreateMutex
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_!CreateMutex- Create a mutex
13 !!SYNOPSIS
14
15
16 __#include
17 __
18
19
20 __SDL_mutex *SDL_!CreateMutex__(__void__);
21 !!DESCRIPTION
22
23
24 Create a new, unlocked mutex.
25 !!EXAMPLES
26
27
28 SDL_mutex *mut;
29 mut=SDL_!CreateMutex();
30 .
31 .
32 if(SDL_mutexP(mut)==-1){
33 fprintf(stderr,
34 !!SEE ALSO
35
36
37 __SDL_mutexP__, __SDL_mutexV__,
38 __SDL_!DestroyMutex__
39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.