Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2011-02-02 18:22:14
Size: 583
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 6 as of 2016-05-11 20:51:10
Size: 645
Comment: Added Version section.
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
== Version ==
This function is available since SDL 2.0.0.

SDL_AtomicUnlock

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

Syntax

void SDL_AtomicUnlock(SDL_SpinLock* lock)

Function Parameters

lock

a pointer to a lock variable

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryAtomic

None: SDL_AtomicUnlock (last edited 2016-05-11 20:52:12 by PhilippWiesemann)

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