Penguin
Blame: SDL_LockAudio(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_LockAudio(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!LockAudio
2 !!!SDL_!LockAudio
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!LockAudio- Lock out the callback function
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __void SDL_!LockAudio__(__void__)
19 !!DESCRIPTION
20
21
22 The lock manipulated by these functions protects the
23 callback function. During a !LockAudio period, you can be
24 guaranteed that the callback function is not running. Do not
25 call these from the callback function or you will cause
26 deadlock.
27 !!SEE ALSO
28
29
30 __SDL_!OpenAudio__
31 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.