Wiki Page Content

Revision 4 as of 2010-10-12 16:40:42

Clear message

DRAFT

SDL_AtomicUnlock

Use this function to unlock a spin lock by setting it to 0. Always returns immediately.

Syntax

void SDL_AtomicUnlock(SDL_SpinLock* lock)

Function Parameters

lock

points to the lock the desired spin lock

green

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.

green

http://en.wikipedia.org/wiki/Spin_lock


CategoryAPI, CategoryAtomic

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