Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-24 22:49:11
Size: 722
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-08-26 05:32:23
Size: 718
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
/!\ The spin lock functions and type are required and can not be emulated because they are used in the emulation code. The spin lock functions and type are required and can not be emulated because they are used in the emulation code.

DRAFT

SDL_AtomicLock

Use this function to lock a spin lock by setting it to a none zero non-0 / non-zero value.

Syntax

void SDL_AtomicLock(SDL_SpinLock* lock)

Function Parameters

lock

points to the lock

Code Examples

You can add your code example here

Remarks

The spin lock functions and type are required and can not be emulated because they are used in the emulation code.


CategoryAPI, CategoryAtomic

None: SDL_AtomicLock (last edited 2011-02-02 18:18:28 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit