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